bitnami-labs / sealed-secrets

A Kubernetes controller and tool for one-way encrypted Secrets

Home Page:https://sealed-secrets.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Activate the golangci-lint gosec linter in the project configuration

agarcia-oss opened this issue · comments

Which component:
Controller and Kubeseal

Is your feature request related to a problem? Please describe.
Activate the golangci-lint gosec linter in the project configuration

Describe the solution you'd like
We'll need to activate the linter in the golangci-lint config and review/fix the issues detected.

We've opted to use gosec as a standalone binary due to discrepancies between its report and that of golangci-lint. In #1460, I've adjusted the default severity to low and addressed the reported issue accordingly. Therefore, I'm marking this issue as resolved.