GitHub Action
Purpose: Run a scan in CI without installing the binary by hand, and optionally upload SARIF to GitHub code scanning.Example
Typical inputs
Pin the Action to a tagged release. See Uploading SARIF and CI with —fail-on.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Run cryptarium in GitHub Actions with optional SARIF upload.
- uses: sgoveia/cryptarium@v0.1.1
with:
path: .
fail-on: critical
upload-sarif: true
| Input | Description |
|---|---|
path | Repository path to scan |
fail-on | Severity threshold for a failing job |
upload-sarif | Upload results to the Security tab when true |