katanox/Trivy PR Decorator
Parse Trivy vulnerability scan results and post formatted comments to pull requests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| results-file | Path to the Trivy JSON results file | yes | — |
| github-token | GitHub token for API authentication | yes | — |
| max-table-rows | Maximum number of rows to display in the vulnerability details table | no | 20 |
Outputs
| name | description |
|---|---|
| total-vulnerabilities | Total number of vulnerabilities found |
| critical-count | Number of CRITICAL vulnerabilities |
| high-count | Number of HIGH vulnerabilities |
| medium-count | Number of MEDIUM vulnerabilities |
| low-count | Number of LOW vulnerabilities |