Commit 62065c3
committed
fix(ci): make grype scan non-fatal, add diagnostic enforcement step
The scan-action fail-build: true was preventing grype.json from being written
when vulnerabilities were found, making it impossible to diagnose which CVEs
were triggering the gate. Changed to fail-build: false + separate enforcement
step that prints CVE details and exits 1, so the JSON artifact survives.1 parent 172a1ab commit 62065c3
1 file changed
Lines changed: 20 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
595 | 595 | | |
596 | 596 | | |
597 | 597 | | |
598 | | - | |
| 598 | + | |
599 | 599 | | |
600 | 600 | | |
601 | 601 | | |
602 | 602 | | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
603 | 622 | | |
604 | 623 | | |
605 | 624 | | |
| |||
0 commit comments