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 e72644b commit 21a2b9fCopy full SHA for 21a2b9f
.github/workflows/mend.yml
@@ -123,8 +123,9 @@ jobs:
123
- name: Check if report is generated
124
shell: bash
125
run: |
126
- file=$(find . -type f -regex ".*/${PROJECT_NAME}.*scan_report\.json" | head -n 1)
127
- echo -e "\nFound Mend scan log file - $file\n"
+ #file=$(find . -type f -regex ".whitesorce/${PROJECT_NAME}.*scan_report\.json" | head -n 1)
+ ls -lt ./whitesource/
128
+ #echo -e "\nFound Mend scan log file - $file\n"
129
130
131
upload:
0 commit comments