Commit d484bbc
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 63b7fb4 commit d484bbc
1 file changed
Lines changed: 21 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
585 | 585 | | |
586 | 586 | | |
587 | 587 | | |
588 | | - | |
| 588 | + | |
589 | 589 | | |
590 | 590 | | |
591 | 591 | | |
592 | 592 | | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
593 | 612 | | |
594 | 613 | | |
595 | 614 | | |
| |||
629 | 648 | | |
630 | 649 | | |
631 | 650 | | |
| 651 | + | |
632 | 652 | | |
633 | 653 | | |
634 | 654 | | |
| |||
0 commit comments