oligocybersecurity/Oligo Scanner Action
Run Oligo Scanner on pull requests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base-path | The base path of the target branch to scan. This is the path that will be used to resolve the difference with the feature branch code | no | — |
| path | The path of the checked-out feature branch to scan | yes | . |
| fail-build | Set to false to avoid failing based on severity-cutoff. Default is to fail when severity-cutoff is reached (or surpassed) | no | true |
| output-format | Set the output parameter after successful action execution. Valid choices are "json", "sarif", and "table". | no | json |
| severity-cutoff | Optionally specify the minimum vulnerability severity to trigger an "error" level ACS result. Valid choices are "negligible", "low", "medium", "high" and "critical". Any vulnerability with a severity less than this value will lead to a "warning" result. Default is "medium". | no | medium |
| only-fixed | Specify whether to only report vulnerabilities that have a fix available. Default is false. | no | false |
Outputs
| name | description |
|---|---|
| sarif | Path to a SARIF report file for the image |
| json | Path to a JSON report file for the image |
| markdown | Path to a markdown report file for the image |