Skip to content

Commit 72ce370

Browse files
committed
Fix SE edition mirroring
Signed-off-by: Maxim Vasilenko <[email protected]>
1 parent 46a4dc2 commit 72ce370

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/mirror/layouts/pull.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ func PullTrivyVulnerabilityDatabasesImages(
125125
dbImageLayout,
126126
map[string]struct{}{ref.String(): {}},
127127
WithTagToDigestMapper(NopTagToDigestMappingFunc),
128+
WithAllowMissingTags(true), // SE edition does not contain images for trivy
128129
); err != nil {
129130
return fmt.Errorf("pull vulnerability database: %w", err)
130131
}

0 commit comments

Comments
 (0)