You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To help avoid potential security issues, we should adopt gosec in our Makefiles and CI. It's a fair easy tool to use and implement that can help avoid headaches in the future and sustain a secure code base for the community.
Implementation ideas
Use GH action in the PR checks
Run gosec with make vet command
The text was updated successfully, but these errors were encountered:
Description
To help avoid potential security issues, we should adopt gosec in our Makefiles and CI. It's a fair easy tool to use and implement that can help avoid headaches in the future and sustain a secure code base for the community.
Implementation ideas
make vet
commandThe text was updated successfully, but these errors were encountered: