From bf4bc770790a34461b143e293a1b07f60f9c077e Mon Sep 17 00:00:00 2001 From: jake Date: Sat, 17 May 2025 01:34:28 -0400 Subject: [PATCH] update readme --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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