update readme
This commit is contained in:
parent
170b11b99d
commit
bf4bc77079
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user