We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
strimzi-kafka-oauth/testsuite/docker/kerberos/config.sh
Line 3 in 229daee
Snyk flags this error, which does indeed look like a true positive.
Error: SHELLCHECK_WARNING: testsuite/docker/kerberos/config.sh:3:4: error[SC2078]: This expression is constant. Did you forget a $ somewhere? # 1| #!/bin/bash # 2| # 3|-> [[ "TRACE" ]] && set -x # 4| # 5| : ${REALM:=KERBEROS}
The text was updated successfully, but these errors were encountered:
It looks like it should be $TRACE.
$TRACE
Sorry, something went wrong.
Fix missing $ in bash script (Issue strimzi#241)
5170919
Signed-off-by: Marko Strukelj <[email protected]>
Fix missing $ in bash script (Issue #241) (#244)
d76e2b1
No branches or pull requests
strimzi-kafka-oauth/testsuite/docker/kerberos/config.sh
Line 3 in 229daee
Snyk flags this error, which does indeed look like a true positive.
The text was updated successfully, but these errors were encountered: