mirror of
https://github.com/securego/gosec.git
synced 2026-01-15 01:33:41 +08:00
Fix lint warning
Change-Id: Icd3eb8a029764db76596c3e171275c03a23f8cef Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
This commit is contained in:
@@ -60,7 +60,7 @@ USAGE:
|
||||
|
||||
`
|
||||
// Environment variable for AI API key.
|
||||
aiApiKeyEnv = "GOSEC_AI_API_KEY"
|
||||
aiApiKeyEnv = "GOSEC_AI_API_KEY" // #nosec G101
|
||||
)
|
||||
|
||||
type arrayFlags []string
|
||||
|
||||
Reference in New Issue
Block a user