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.
2 parents 6a81938 + 5c49260 commit bfe9450Copy full SHA for bfe9450
pkg/sbom/cpe.go
@@ -60,7 +60,7 @@ func generateWfnAttributesForAPK(p pkgInfo) *wfn.Attributes {
60
// Source @ https://gitlab.com/gitlab-org/cloud-native/gitlab-operator
61
// Adding an explicit exception for this package here.
62
// If more exceptions are found, we might need a more robust way to handle them.
63
- if strings.HasPrefix(name, "gitlab-") && name != "gitlab-operator" {
+ if strings.HasPrefix(name, "gitlab-") && name != "gitlab-operator" && name != "gitlab-operator-fips" {
64
attr.Vendor = "gitlab"
65
attr.Product = "gitlab"
66
attr.SWEdition = "community"
0 commit comments