Fix lint warning

Change-Id: Icd3eb8a029764db76596c3e171275c03a23f8cef
Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
This commit is contained in:
Cosmin Cojocar 2024-08-18 15:52:30 +00:00
parent dd5e3ffc41
commit 5adb600ca6
No known key found for this signature in database
GPG key ID: 3E925B4BB08743E6

View file

@ -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