Skip to content

Commit

Permalink
Add nosec on yaml scan type jfrog#1035
Browse files Browse the repository at this point in the history
  • Loading branch information
guyshe-jfrog committed Dec 6, 2023
1 parent 9ed2ed4 commit 36a471b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xray/commands/audit/jas/secrets/secretsscanner.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

const (
secretsScanCommand = "sec"
SecretsScannerType = "secrets-scan"
SecretsScannerType = "secrets-scan" // #nosec
SecretsScannerDockerType = "secrets-docker-scan"
secretsDocsUrlSuffix = "secrets"
)
Expand Down

0 comments on commit 36a471b

Please sign in to comment.