anantacloud-oss/trivy action
GitHub action to scan docker images for vulnerability issues using trivy.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Oct 5, 2025
- License
- None
Pinned Snippet
uses: anantacloud-oss/trivy-action@63a0b12c59942b9cf9cc884b50aca6e233a423ab # v0.0.9tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| image_name | This input contains the docker images to scan | yes | — |
| scan_type | This input contains the scan type e.g. image, repository etc... | no | image |
| format | This input contains the scan output format e.g. table or json | no | table |
| severity | This input contains the comma separated list of severities e.g. UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL | no | — |
| exit_code | This input contains the exit code in case vulnerabilies found | no | 128 |
| vuln_type | This input contains the vulnerability types to scan for | no | os,library |
Outputs
no outputs