fix(cmd): add nosec for example
Some checks failed
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 27s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Failing after 7s
Lint Markdown files / Run markdown linter (push) Successful in 4s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 1m7s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Failing after 17s

This commit is contained in:
2026-05-03 20:53:21 +02:00
parent 8eb0f89d9c
commit 172d8c072b

View File

@@ -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