Skip to content

Commit

Permalink
enhancement: Added missing POWERSHELL schema property (#3678)
Browse files Browse the repository at this point in the history
* Added missing powershell schema property

* reordered
  • Loading branch information
TommyE123 authored Jun 22, 2024
1 parent 4f86158 commit 7512a91
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [Powershell](https://github.com/PowerShell/PSScriptAnalyzer#readme) Error table truncation improvements
- [yamllint](https://github.com/adrienverge/yamllint) fix error/warning count to work with different log output formats
- Improve support for single argument in `get_list_args` function
- [Powershell](https://github.com/PowerShell/PSScriptAnalyzer#readme) added missing schema property `POWERSHELL_POWERSHELL_FORMATTER_OUTPUT_ENCODING`

- Doc

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13149,6 +13149,13 @@
"title": "POWERSHELL_POWERSHELL_FORMATTER: Including Regex",
"type": "string"
},
"POWERSHELL_POWERSHELL_FORMATTER_OUTPUT_ENCODING": {
"$id": "#/properties/POWERSHELL_POWERSHELL_FORMATTER_OUTPUT_ENCODING",
"default": "utf8",
"description": "POWERSHELL_POWERSHELL_FORMATTER: `-Encoding` to be used when writing content to the file",
"title": "POWERSHELL_POWERSHELL_FORMATTER: Output encoding type",
"type": "string"
},
"POWERSHELL_POWERSHELL_FORMATTER_POST_COMMANDS": {
"$id": "#/properties/POWERSHELL_POWERSHELL_FORMATTER_POST_COMMANDS",
"examples": [
Expand Down

0 comments on commit 7512a91

Please sign in to comment.