We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 815baa7 commit 5a70543Copy full SHA for 5a70543
1 file changed
.github/workflows/sonar-evidence-example.yml
@@ -85,7 +85,7 @@ jobs:
85
- name: Create evidence
86
env:
87
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
88
- SONAR_REPORT_TASK_PATH: ${{ github.workspace }}/examples/sonar-scan/.scannerwork/report-task.txt
+ SONAR_REPORT_TASK_FILE: ${{ github.workspace }}/examples/sonar-scan/.scannerwork/report-task.txt
89
run: |
90
# Attach evidence onto build using JFrog CLI
91
jf evd create \
0 commit comments