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

Sonar user/password combination is required for in #25

Closed
haganbmj opened this issue Sep 24, 2018 · 0 comments
Closed

Sonar user/password combination is required for in #25

haganbmj opened this issue Sep 24, 2018 · 0 comments

Comments

@haganbmj
Copy link

sonar_login=$(jq -r '.source.login // ""' < "${payload}")
if [[ -z "${sonar_login}" ]]; then
echo "sonar_login param has not been specified."
exit 1
fi
sonar_password=$(jq -r '.source.password // ""' < "${payload}")

I'm able to push to sonar without using authentication, but reading the results with this resource is requiring that I use a user/password combination.

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

No branches or pull requests

2 participants