jira-cve-action
Version updated for https://github.com/levigo/jira-cve-action to version v1.23.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Jira-CVE-Action is an action that takes a JSON output from the Trivy Action and creates Jira issues for all identified CVEs under a predefined parent issue. If the parent issue is on a sprint board, it automates adding sub-tickets to the sprint. The action also allows sharing issues across multiple GitHub projects within the same Jira project by tagging them with specific project versions. It automatically moves issues between states (waiting or ready) based on whether a fix version is included in the scan results.
What’s Changed
- Merge pull request #16 from levigo/fix/NF-2994-link-to-cve-database-in-generated-cve-tickets-doesnt-work-404-error (81c9666)
- fix(NF-2994): update URL resolution to return multiple references for CVE tickets (e3d857b)
- Merge pull request #14 from levigo/fix/NF-2994-link-to-cve-database-in-generated-cve-tickets-doesnt-work-404-error (ada9e08)
- fix(NF-2994): update URL resolution to return multiple references for CVE tickets (1cb2f2d)
- fix(NF-2994): update URL resolution to return multiple references for CVE tickets (1e8feb2)
- Merge pull request #13 from levigo/feature/esm (6130050)
- fix(INF-346): json syntax error (2b9e63b)
- Merge pull request #12 from levigo/feature/esm (a3852cf)
- fix: fix ESM build (1417660)
- Merge pull request #11 from levigo/feature/esm (5a567b9)