18 lines
394 B
Markdown
18 lines
394 B
Markdown
# donotpassgo
|
|
|
|
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.
|
|
```
|
|
|
|
## TODO
|
|
1. Add support for unit tests
|
|
2. Add ginkgo/gomega support |