We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d5fa0d commit af17638Copy full SHA for af17638
.github/workflows/report.yml
@@ -51,6 +51,7 @@ jobs:
51
poetry run -- pysonar --sonar-token ${{ secrets.SONAR_TOKEN }} \
52
--sonar-pullrequest-branch ${{ github.ref_name }} \
53
--sonar-pullrequest-base main \
54
+ --sonar-pullrequest-key python-toolbox:${{ github.ref_name }} \
55
--sonar-python-coverage-report-paths ci-coverage.xml \
56
--sonar-python-pylint-report-path .lint.json \
57
--sonar-python-bandit-report-paths .security.json
0 commit comments