Skip to content

Commit 06f6874

Browse files
author
Lukas Fischer
committed
#1838 Add trivy-sbom-image to telemetry service
Make sure the telemetry service recognizes trivy-sbom-image as an official ScanType and sends correct data. Signed-off-by: Lukas Fischer <[email protected]>
1 parent 67c3f4f commit 06f6874

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

operator/internal/telemetry/telemetry.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ var officialScanTypes map[string]bool = map[string]bool{
4444
"trivy-image": true,
4545
"trivy-filesystem": true,
4646
"trivy-repo": true,
47+
"trivy-sbom-image": true,
4748
"typo3scan": true,
4849
"whatweb": true,
4950
"wpscan": true,

0 commit comments

Comments
 (0)