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 c9c2cb2 commit ff3ae88Copy full SHA for ff3ae88
.github/workflows/mend.yml
@@ -118,10 +118,11 @@ jobs:
118
- name: Check if report is generated
119
shell: bash
120
run: |
121
- #file=$(find . -type f -regex ".whitesource/${PROJECT_NAME}.*scan_report\.json" | head -n 1)
+ #file=$(find . -type f -regex "whitesource/${PROJECT_NAME}.*scan_report\.json" | head -n 1)
122
#echo -e "\nFound Mend scan log file - $file\n"
123
pwd
124
- ls -lt
+ ls -lt whitesource/
125
+ find whitesource -type f -name '*scan_report*.json'
126
127
upload:
128
name: Archive mend scan report
0 commit comments