Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knqyf263/trivy-issue-action
GitHub Actions for creating GitHub Issues according to the Trivy scanning result
https://github.com/knqyf263/trivy-issue-action
Last synced: 16 days ago
JSON representation
GitHub Actions for creating GitHub Issues according to the Trivy scanning result
- Host: GitHub
- URL: https://github.com/knqyf263/trivy-issue-action
- Owner: knqyf263
- License: apache-2.0
- Created: 2021-10-24T15:59:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T09:18:58.000Z (over 1 year ago)
- Last Synced: 2024-03-15T06:02:15.069Z (8 months ago)
- Language: Shell
- Homepage:
- Size: 188 KB
- Stars: 23
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# trivy-issue-action
In this action, [Trivy](https://github.com/aquasecurity/trivy) scans the dependency files such as package-lock.json and go.sum in your repository, then create GitHub issues according to the result.## Image
![Issue](imgs/issue.png)## Usage
```
- uses: knqyf263/[email protected]
with:
# Label name
# Default: vulnerability (this label must be created in advance)
label: ''# Severities of vulnerabilities to be registered to GitHub Issues
# Default: 'CRITICAL'
severity: ''
# Comma separated list of directories where traversal is skipped
# Default: ''
# Example: 'tests, integration-tests'
skip-dirs: ''# Assignees
# Default: ''
# Example: 'monalisa,hubot'
assignee: ''# Project ID to which the created Issue will be tied.
# Default: ''
project-id: ''
```