Skip to content

Commit 7930750

Browse files
removed-log-line
1 parent ba71598 commit 7930750

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/commands/scan.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1382,7 +1382,6 @@ func validateScanTypes(cmd *cobra.Command, jwtWrapper wrappers.JWTWrapper, featu
13821382
if isSbomScan {
13831383
if allowedEngines["sca"] {
13841384
// for sbom-flag, setting scan-type as only "sca"
1385-
fmt.Println("setting sca as scan-type")
13861385
scanTypes = append(scanTypes, "sca")
13871386
} else {
13881387
return errors.Errorf("sbom needs sca engine to be allowed")

0 commit comments

Comments
 (0)