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

This commit is contained in:
2026-02-26 21:49:33 +01:00
parent 8527a1b518
commit 0c7b308f50
2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ FROM example.com/library/nginx:v1
# Registry path with tag — shared with K8s to test deduplication
FROM example.com/distroless/static:nonroot
# Registry with digest (Dockerfile)
FROM example.com/library/base@sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
FROM example.com/library/base@sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa AS base
# Ignored tags
## Short repo:tag (ignored by design; only registry refs are extracted)