olydi/OLYDI Scan
Exploit-gated code-security scan. Uploads SARIF to the Security tab and gates the job on reachable, priced findings.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | OLYDI API token. Generate one at https://app.olydi.com/settings/api-keys and store it as a repository secret. | yes | — |
| repo | Target repository as owner/repo. Defaults to the repository this workflow runs in. | no | ${{ github.repository }} |
| fail-on | Fail the job if findings at/above this severity exist: critical, high, medium, low. Set to empty to never fail the job on findings. | no | high |
| upload-sarif | Upload SARIF results to the repository's Security > Code scanning tab. | no | true |
| sarif-path | Path to write the SARIF output. | no | olydi-results.sarif |
Outputs
| name | description |
|---|---|
| sarif-path | Path to the generated SARIF file. |
| run-id | The OLYDI scan run ID. |