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
- Use GH action in the PR checks
- Run gosec with
make vet command