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
Hi,
We use shellcheck for Shell quality analysis. We currently use the https://github.com/sbaudoin/sonar-shellcheck plugin to upload analyses to SonarQube. We are faced with 2 problems. The plugin is no longer maintained, and to work it needs to have sonarscanner and shellcheck on the same workstation, which poses a problem since we're doing containerization. Would it be possible to have a “sonarqube” output format based on their generic import? https://docs.sonarsource.com/sonarqube-server/latest/analyzing-source-code/importing-external-issues/generic-issue-import-format/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
We use shellcheck for Shell quality analysis.
We currently use the https://github.com/sbaudoin/sonar-shellcheck plugin to upload analyses to SonarQube.
We are faced with 2 problems. The plugin is no longer maintained, and to work it needs to have sonarscanner and shellcheck on the same workstation, which poses a problem since we're doing containerization.
Would it be possible to have a “sonarqube” output format based on their generic import?
https://docs.sonarsource.com/sonarqube-server/latest/analyzing-source-code/importing-external-issues/generic-issue-import-format/
The text was updated successfully, but these errors were encountered: