restructuring logic and adding more inputs #2

Merged
jake merged 12 commits from cleanup into main 2026-04-03 20:09:13 +00:00
Showing only changes of commit 7ee2fdee0e - Show all commits

View File

@@ -1,5 +1,5 @@
# donotpassgo # 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 ## Inputs
|Input|Required|Values|Default|Description| |Input|Required|Values|Default|Description|