README update
This commit is contained in:
parent
8099c60f71
commit
10b0a0439f
13
README.md
13
README.md
@ -1,3 +1,14 @@
|
||||
# donotpassgo
|
||||
|
||||
action to run general go code scans, includes dependency scan with govulncheck and static code analysis from gosec
|
||||
do not pass Go runs all general checks for Golang applications, all steps must pass for workflow to pass.
|
||||
|
||||
## Steps
|
||||
### govulncheck
|
||||
```
|
||||
govulncheck is install using 'go install' and is used to scan the application dependencies and standard library.
|
||||
```
|
||||
|
||||
### gosec
|
||||
```
|
||||
gosec is used for static code analysis.
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user