Skip to content

fix: Suppress AL2 EOL critical finding - #1173

Merged
prateekchaudhry merged 3 commits into
mainlinefrom
release-20260702
Jul 2, 2026
Merged

fix: Suppress AL2 EOL critical finding#1173
prateekchaudhry merged 3 commits into
mainlinefrom
release-20260702

Conversation

@prateekchaudhry

Copy link
Copy Markdown
Contributor

Summary

AL2 is EOL and this is generating a critical finding - IN-DISCONTINUED-001 — Platform End Of Life

This breaks the image build and CI/CD workflow, as this critical finding stops the builds from going through to testing stage.

Suppressing this finding in inspector.

Description for the changelog

Fix: Suppress AL2 EOL critical finding

Licensing

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

GenerateConfig Action and others added 3 commits July 2, 2026 21:34
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.
@prateekchaudhry
prateekchaudhry requested a review from a team as a code owner July 2, 2026 21:39
@mye956 mye956 changed the title Suppress AL2 EOL critical finding fix: Suppress AL2 EOL critical finding Jul 2, 2026
@prateekchaudhry
prateekchaudhry merged commit 8cb9018 into mainline Jul 2, 2026
7 of 8 checks passed
@sparrc
sparrc deleted the release-20260702 branch July 13, 2026 22:36
TheanLim pushed a commit that referenced this pull request Jul 20, 2026
The changelog generator used a stale release boundary (see follow-up
fix to scripts/generate_changelog.sh), sweeping in PRs #1107-#1173 that
were already released. 3.4.9 only contains #1176 since the last release
(20260713).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants