Skip to content

Commit 5a70543

Browse files
committed
Rename SONAR_REPORT_TASK_PATH to SONAR_REPORT_TASK_FILE in sonar-evidence-example.yml
1 parent 815baa7 commit 5a70543

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sonar-evidence-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Create evidence
8686
env:
8787
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
88-
SONAR_REPORT_TASK_PATH: ${{ github.workspace }}/examples/sonar-scan/.scannerwork/report-task.txt
88+
SONAR_REPORT_TASK_FILE: ${{ github.workspace }}/examples/sonar-scan/.scannerwork/report-task.txt
8989
run: |
9090
# Attach evidence onto build using JFrog CLI
9191
jf evd create \

0 commit comments

Comments
 (0)