oligocybersecurity/Oligo Scanner Action

Run Oligo Scanner on pull requests

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
base-pathThe base path of the target branch to scan. This is the path that will be used to resolve the difference with the feature branch codeno
pathThe path of the checked-out feature branch to scanyes.
fail-buildSet to false to avoid failing based on severity-cutoff. Default is to fail when severity-cutoff is reached (or surpassed)notrue
output-formatSet the output parameter after successful action execution. Valid choices are "json", "sarif", and "table".nojson
severity-cutoffOptionally 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".nomedium
only-fixedSpecify whether to only report vulnerabilities that have a fix available. Default is false.nofalse
namedescription
sarifPath to a SARIF report file for the image
jsonPath to a JSON report file for the image
markdownPath to a markdown report file for the image