Skip to content

Commit

Permalink
Add nosec on second 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 b3c047e commit 768212c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xray/commands/audit/jas/secrets/secretsscanner.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import (

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

Expand Down

0 comments on commit 768212c

Please sign in to comment.