From fe9e86bdef3a3a4a13a44870220a35974df2a6ce Mon Sep 17 00:00:00 2001 From: jake Date: Sun, 11 May 2025 00:38:58 -0400 Subject: [PATCH] readme update --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a486174..bc98a62 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,8 @@ govulncheck is install using 'go install' and is used to scan the application de ### gosec ``` gosec is used for static code analysis. -``` \ No newline at end of file +``` + +## TODO +1. Add support for unit tests +2. Add ginkgo/gomega support \ No newline at end of file