Skip to content
New issue

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

Fix jq command not found in /usr/local/bin path. #8

Closed
wants to merge 1 commit into from

Conversation

identifysun
Copy link

@identifysun identifysun commented Oct 18, 2021

I installed the JQ command using Homebrew in MacOS Runner.

$ brew install jq

When I use sonarqube-quality-gate-action the following error is reported:

sonarqube-quality-gate-action/master/script/check-quality-gate.sh: line 26: jq: command not found

I want sonarqube-quality-gate-action to support the /usr/local/bin path.

Thank you so much

@identifysun
Copy link
Author

@identifysun
Copy link
Author

I found that the new version of SonarQube has provided the Qulity Gate parameter, and I'm going to turn this PR off

sonar-scanner \
-Dsonar.qualitygate.wait=true
-Dsonar.qualitygate.timeout=300

https://docs.sonarqube.org/latest/analysis/analysis-parameters/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant