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 Jan 8, 2024
1 parent abafe11 commit 3a295d1
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 3a295d1

Please sign in to comment.