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