From 170b11b99dd1c842a021a680d6c91efc7d478ae4 Mon Sep 17 00:00:00 2001 From: jake Date: Sat, 17 May 2025 01:32:56 -0400 Subject: [PATCH] update readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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