update readme

This commit is contained in:
jake 2025-05-17 01:32:56 -04:00
parent fe9e86bdef
commit 170b11b99d

View File

@ -1,11 +1,10 @@
# donotpassgo # donotpassgo
donotpassgo is a composite workflow that runs security checks on Go projects. Go must be installed previous to this step.
do not pass Go runs all general checks for Golang applications, all steps must pass for workflow to pass.
## Steps ## Steps
### govulncheck ### govulncheck
``` ```
govulncheck is install using 'go install' and is used to scan the application dependencies and standard library. govulncheck is installed using 'go install' and is used to scan the application dependencies and standard library.
``` ```
### gosec ### gosec