diff --git a/README.md b/README.md index d4c66c4..12c490c 100644 --- a/README.md +++ b/README.md @@ -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