actions-marketplace-validations/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: actions-marketplace-validations/doshyt_cve-monitor@6e2f95d99e835111feaf0743aa0a8a3bebd97541 # no releases — HEAD as of 2026-07-10tags 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 |