jira-cve-action
Version updated for https://github.com/levigo/jira-cve-action to version v1.24.
- 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
This GitHub Action takes vulnerabilities from Trivy scans and creates Jira issues for each vulnerability. It automatically adds these issues as subtasks under a parent issue and can move them between states based on whether they have a fix version or not. The action also ensures that CVEs are shared across multiple projects in the same Jira instance, with project-specific versions marked on each issue.
What’s Changed
- Merge pull request #17 from levigo/fix/NF-3145_CVE_Score (c4ee83e)
- fix(NF-3145): Implement score selection analog with Trivys severity filter. (ce50175)
- 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)