Skip to content

Commit 815baa7

Browse files
committed
Add SONAR_REPORT_TASK_PATH environment variable for evidence creation step in sonar-evidence-example.yml
1 parent 3fb6480 commit 815baa7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +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
8889
run: |
8990
# Attach evidence onto build using JFrog CLI
9091
jf evd create \

0 commit comments

Comments
 (0)