diff --git a/README.md b/README.md index bc98a62..d4c66c4 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ # donotpassgo - -do not pass Go runs all general checks for Golang applications, all steps must pass for workflow to pass. +donotpassgo is a composite workflow that runs security checks on Go projects. Go must be installed previous to this step. ## Steps ### 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