2025-05-10 01:26:25 -04:00
|
|
|
# donotpassgo
|
|
|
|
|
2025-05-10 14:39:30 -04:00
|
|
|
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.
|
|
|
|
```
|