devblackops/PSScriptAnalyzer checks
GitHub Action to run PSScriptAnalyzer static code analysis checks on Pull Requests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| rootPath | The root directory to run PSScriptAnalyzer on. By default, this is the root of the repository. | no | — |
| settingsPath | The path to a PSScriptAnalyser settings file to control rules to execute. | no | — |
| repoToken | GitHub token the action will use to send comments back to PR with. | no | — |
| sendComment | Send comment back to PR with PSScriptAnalyzer summary if any issues where found. | no | true |
| failOnErrors | Enable/disable failing the action on PSScriptAnalyzer error items. | no | true |
| failOnWarnings | Enable/disable failing the action on PSScriptAnalyzer warning items. | no | true |
| failOnInfos | Enable/disable failing the action on PSScriptAnalyzer informational items. | no | false |
Outputs
no outputs