Reviewed-on: t.behrendt/trivy-actions#27 Reviewed-by: branch-buddy <branch-buddy@t00n.de> Co-authored-by: t.behrendt <t.behrendt@t00n.de> Co-committed-by: t.behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #27.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# Used by CI to test get-images-from-files action (registry refs only, distinct from K8s)
|
||||
# Registry with tag (Dockerfile)
|
||||
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
|
||||
|
||||
# Ignored tags
|
||||
## Short repo:tag (ignored by design; only registry refs are extracted)
|
||||
FROM nginx:3.19
|
||||
## With digest only but no registry (ignored)
|
||||
FROM nginx@sha256:1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef
|
||||
Reference in New Issue
Block a user