We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46a4dc2 commit 72ce370Copy full SHA for 72ce370
internal/mirror/layouts/pull.go
@@ -125,6 +125,7 @@ func PullTrivyVulnerabilityDatabasesImages(
125
dbImageLayout,
126
map[string]struct{}{ref.String(): {}},
127
WithTagToDigestMapper(NopTagToDigestMappingFunc),
128
+ WithAllowMissingTags(true), // SE edition does not contain images for trivy
129
); err != nil {
130
return fmt.Errorf("pull vulnerability database: %w", err)
131
}
0 commit comments