doshyt/Modified CVEs checker
This action checks if any CVEs were modified after a certain date. Useful in watching the unfixed CVEs for future fixes.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 3, 2021
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: doshyt/cve-monitor@6e2f95d99e835111feaf0743aa0a8a3bebd97541 # v1.24tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| cve-list-path | Path to file with CVE list | yes | cvelist.txt |
Outputs
| name | description |
|---|---|
| modified_cves_number | A number of modified CVEs |
| cves | List of modified CVEs, comma separated |