brpaz/trivy-reporter-action
A GitHub Action to manage Trivy security reports using GitHub Issues
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| report-path | The path to the Trivy report file in JSON format | no | trivy-report.json |
| issue-title | The title of the GitHub Issue to create or update | no | Trivy Security Report |
| github-token | GitHub token to authenticate API requests | yes | — |
| labels | Comma-separated list of labels to apply to the issue | no | "" |
Outputs
| name | description |
|---|---|
| issue-url | The URL of the created or updated GitHub Issue containing the Trivy report |