You've already forked db-wait
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
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user