update readme

This commit is contained in:
jake 2025-05-17 01:34:28 -04:00
parent 170b11b99d
commit bf4bc77079

View File

@ -1,16 +1,12 @@
# donotpassgo
donotpassgo is a composite workflow that runs security checks on Go projects. Go must be installed previous to this step.
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