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 5c3df43 commit 6e7cdbbCopy full SHA for 6e7cdbb
.github/workflows/mend.yml
@@ -121,12 +121,12 @@ jobs:
121
run: |
122
ls -lt whitesource/
123
find whitesource -type f -name "${PROJECT_NAME}*scan_report.json"
124
- echo "mend-report=$(find whitesource -type f -name "${PROJECT_NAME}*scan_report.json" | head -n 1)" >> $GITHUB_OUTPUT
+ echo "mend-report-file=$(find whitesource -type f -name "${PROJECT_NAME}*scan_report.json" | head -n 1)" >> $GITHUB_OUTPUT
125
cat $GITHUB_OUTPUT
126
127
- name: Print scan report
128
129
- cat {{ steps.report.mend-report }} | jq .
+ cat ${{ steps.report.mend-report-file }} | jq .
130
131
upload:
132
name: Archive mend scan report
0 commit comments