2025-05-17 11:14:47 -04:00
2025-05-17 11:14:47 -04:00
2025-05-17 01:34:28 -04:00
2025-05-17 11:14:47 -04:00

donotpassgo

A composite workflow that runs security checks on Go projects. Golang must be installed before this workflow can run.

Steps

govulncheck

govulncheck is installed using 'go install' and is used to scan the application dependencies and standard library.

gosec

gosec is used for static code analysis.

TODO

  1. Add support for unit tests
  2. Add ginkgo/gomega support
Description
No description provided
Readme 33 KiB
v1.1.0 Latest
2025-05-17 15:47:52 +00:00
Languages
Shell 100%