From 7ee2fdee0eebb69e11afef0166c024bc7b50c797 Mon Sep 17 00:00:00 2001 From: jake Date: Fri, 3 Apr 2026 16:08:26 -0400 Subject: [PATCH] readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1675148..9ead865 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # donotpassgo -donotpassgo is a github/gitea action to run unit tests and standards/security checks for Go applications +donotpassgo is a github/gitea action to run unit tests and standards/security checks for Go applications. donotpassgo supports running unit tests using the standard go library as well as support for Ginkgo. Static code analysis is ran using gosec and dependencies are scanned using govulncheck ## Inputs |Input|Required|Values|Default|Description|