accuknox/AccuKnox Secret Scan
Run AccuKnox Secret Security scan on a repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 22, 2026
- License
- Apache 2.0
Pinned Snippet
uses: accuknox/secret-scan-action@5003311a9c77ab859fc4f75f7dde012dd9cfd035 # v1.0.6tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| accuknox_token | CSPM token | yes | — |
| accuknox_endpoint | CSPM Console endpoint URL | yes | — |
| accuknox_label | Label for scan results in AccuKnox Console | yes | — |
| results | Which result types to include: verified, unknown, unverified, filtered_unverified | no | "" |
| branch | Git branch to scan. Use 'all-branches' to scan all branches | no | "" |
| exclude_paths | Comma-separated list of paths to exclude from scanning | no | "" |
| additional_arguments | Extra arguments to pass to the secret scanning tool | no | "" |
| soft_fail | Do not return an error code if there are failed checks | no | false |
| base_command | Override the base command used to run the scan (optional) | no | "" |
| upload_results | Upload scan results as GitHub artifact | no | true |
Outputs
no outputs