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 ce8480e commit 455c726Copy full SHA for 455c726
.github/workflows/report.yml
@@ -49,10 +49,10 @@ jobs:
49
- name: Upload to sonar
50
run: |
51
poetry run -- pysonar --sonar-token ${{ secrets.SONAR_TOKEN }} \
52
- --sonar-branch-name ${{ github.ref_name }} \
+ --sonar-pullrequest-branch ${{ github.ref_name }} \
53
--sonar-python-coverage-report-paths ci-coverage.xml \
54
--sonar-python-pylint-report-path .lint.json \
55
- --sonar-python-mypy-report-paths .security.json
+ --sonar-python-bandit-report-paths .security.json
56
57
- name: Upload Artifacts
58
uses: actions/[email protected]
0 commit comments