Skip to content

Commit 455c726

Browse files
committed
Alter keywords to see if resolves PR issue
1 parent ce8480e commit 455c726

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949
- name: Upload to sonar
5050
run: |
5151
poetry run -- pysonar --sonar-token ${{ secrets.SONAR_TOKEN }} \
52-
--sonar-branch-name ${{ github.ref_name }} \
52+
--sonar-pullrequest-branch ${{ github.ref_name }} \
5353
--sonar-python-coverage-report-paths ci-coverage.xml \
5454
--sonar-python-pylint-report-path .lint.json \
55-
--sonar-python-mypy-report-paths .security.json
55+
--sonar-python-bandit-report-paths .security.json
5656
5757
- name: Upload Artifacts
5858
uses: actions/[email protected]

0 commit comments

Comments
 (0)