I get this message from the gosec linter:
foo/cloud.go:34:2: G101: Potential hardcoded credentials (gosec)
        fooAPIKeyENVVar = "Foo_API_KEY"
How to disable this warning?
This make the warning to get skipped:
fooAPIKeyENVVar = "Foo_API_KEY" // #nosec G101
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With