Commit 081282b
committed
Suppress IN-DISCONTINUED-001 finding in ECR image scan gate
Amazon Linux 2 reached end-of-life on June 30, 2026. Inspector2 now
flags all AL2-based images with IN-DISCONTINUED-001 at CRITICAL severity,
which blocks the 2.x release pipeline.
This is an informational finding about the OS lifecycle status, not an
exploitable vulnerability. The 2.x image line is already documented as
EOL-mirroring AL2, and customers have been advised to migrate to 3.x.
Add a NOT_EQUALS filter for IN-DISCONTINUED-001 to the Inspector2
list-findings call in verify_ecr_image_scan() so the 2.x maintenance
builds can continue shipping until the line is formally deprecated.1 parent ae2a64a commit 081282b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
741 | 741 | | |
742 | 742 | | |
743 | 743 | | |
744 | | - | |
| 744 | + | |
745 | 745 | | |
746 | 746 | | |
747 | 747 | | |
| |||
0 commit comments