fix: Dockerfile handling with alias #46

Merged
t.behrendt merged 1 commits from fix-dockerfile-handling-with-alias into main 2026-02-26 21:52:39 +01:00
Owner

The previous version didn't support Docker images with an alias e.g. "... AS base".

The previous version didn't support Docker images with an alias e.g. "... AS base".
t.behrendt added 1 commit 2026-02-26 21:49:47 +01:00
fix: Dockerfile handling with alias
CI / Test Setup Trivy amd64 (pull_request) Successful in 10s
CI / Test Merge SARIF Files (pull_request) Successful in 16s
CI / Test Setup DB (pull_request) Successful in 1m17s
CI / Test Get Images From Files (pull_request) Successful in 1m21s
CI / Test Setup Trivy arm64 (pull_request) Successful in 1m40s
0c7b308f50
t.behrendt requested review from branch-buddy 2026-02-26 21:51:01 +01:00
branch-buddy approved these changes 2026-02-26 21:52:34 +01:00
branch-buddy left a comment
Collaborator

The changes align with the PR title and description, addressing Dockerfile alias handling. The awk script now correctly captures images with AS aliases, and the test case reflects this update. No obvious issues detected.

The changes align with the PR title and description, addressing Dockerfile alias handling. The awk script now correctly captures images with AS aliases, and the test case reflects this update. No obvious issues detected.
t.behrendt merged commit 83a7cef9f1 into main 2026-02-26 21:52:39 +01:00
t.behrendt deleted branch fix-dockerfile-handling-with-alias 2026-02-26 21:52:39 +01:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: t.behrendt/sec-actions#46