accuknox/Accuknox SAST: Opengrep
Run AccuKnox SAST scan on the repository; results are automatically uploaded to CSPM panel.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 10, 2026
- License
- Apache 2.0
Pinned Snippet
uses: accuknox/sast-scan-opengrep-action@e8eec5e0b21fe64895eb10ff7ff60912ecd4ec16 # v1.0.5tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| soft_fail | Do not fail the pipeline if scan finds issues | no | true |
| pipeline_id | Pipeline/Job ID to correlate with CI/CD runs | no | ${{ github.run_id }} |
| job_url | URL for the current GitHub job | no | ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} |
| accuknox_endpoint | CSPM panel endpoint URL | yes | — |
| accuknox_token | Token for authenticating with CSPM panel | yes | — |
| accuknox_label | Label in AccuKnox SaaS for scan results | yes | — |
| severity | Comma-separated severities: MEDIUM, HIGH, CRITICAL | no | HIGH |
| accuknox_ai_analysis | Enable AI analysis | no | false |
| anthropic_api_key | Anthropic API key for AI analysis | no | "" |
Outputs
no outputs