udit-uniyal/AccuKnox Container Scan
Scan Docker images using AccuKnox and push the results to the CSPM panel.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| endpoint | The URL of the CSPM panel to push the scan results to. | yes | cspm.demo.accuknox.com |
| token | The token for authenticating with the CSPM panel. | yes | — |
| tenant_id | The ID of the tenant associated with the CSPM panel. | yes | — |
| image | image name | yes | — |
| tag | Add version tag to the image name | yes | ${{ github.run_id }} |
| severity | Allows selection of severity level for the scan. Options include UNKNOWN, LOW, MEDIUM, HIGH, CRITICAL. If specified, the scan will target vulnerabilities of the selected severity level. | no | — |
| exit_code | Values '0' and '1' are accepted. '0' is the default value, which indicates that the pipeline will not be halted if the specified severity is found, while '1' indicates that the pipeline will stop if a specified severity level is detected. | no | 0 |
| ignore_unfixed | Ignore vulnerabilities for which a fix isn't available yet. | no | false |
| label | The label created in AccuKnox SaaS for associating scan results. | yes | — |
Outputs
no outputs