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 Dec 7, 2023
1 parent 6e6b526 commit f782bb0
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 f782bb0

Please sign in to comment.