Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhancement: Added missing POWERSHELL schema property #3678

Merged
merged 3 commits into from
Jun 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,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