maurirohling/Sarif Quality Gate
Counts the rule violations in a SARIF file and pass or fails based on the maximum violations threshold specified.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| sarif-file-path | Path to the SARIF file to check, accepts any file format as long as the content is a valid SARIF | yes | — |
| max-errors | Maximum number of errors allowed, unlimited if not provided | no | — |
| max-warnings | Maximum number of warnings allowed, unlimited if not provided | no | — |
| max-notes | Maximum number of notes allowed, unlimited if not provided | no | — |
Outputs
| name | description |
|---|---|
| quality-gate-status | The resulting Quality Gate Status value of PASSED or FAILED |