mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 19:45:51 +00:00
Fix lint warning
Change-Id: Icd3eb8a029764db76596c3e171275c03a23f8cef Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
This commit is contained in:
parent
dd5e3ffc41
commit
5adb600ca6
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ USAGE:
|
||||||
|
|
||||||
`
|
`
|
||||||
// Environment variable for AI API key.
|
// Environment variable for AI API key.
|
||||||
aiApiKeyEnv = "GOSEC_AI_API_KEY"
|
aiApiKeyEnv = "GOSEC_AI_API_KEY" // #nosec G101
|
||||||
)
|
)
|
||||||
|
|
||||||
type arrayFlags []string
|
type arrayFlags []string
|
||||||
|
|
Loading…
Reference in a new issue