Abstract
Code security analysis, dependencies vulnerability scanning and supply chain security should be these days incorporated in the development process of any Go project.
In this talk, we will show how open source Go tools such as gosec, govulncheck and sigsotre/cosign make it easy to implement these security checks in your project. Along the way, we will also present concrete examples from gosec project, where these tools are used to improve the security of the project.