From 172d8c072b4e42fd02e55ec915d888ab2291d7c0 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 3 May 2026 20:53:21 +0200 Subject: [PATCH] fix(cmd): add nosec for example --- cmd/root.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/root.go b/cmd/root.go index b3a2426..02b044b 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -14,6 +14,7 @@ func Execute(version string) error { Short: "Tool to wait until a connection to a database can be established", Args: cobra.ExactArgs(1), RunE: rootRunE, + //#nosec G101 Long: `Wait until a database connection can be established and returns a zero exit code if successfully # Wait until oracle database is ready to establish connections