Skip to content

Commit 21a2b9f

Browse files
committed
list files generated by mend
Signed-off-by: Jakub Jarosz <[email protected]>
1 parent e72644b commit 21a2b9f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/mend.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,9 @@ jobs:
123123
- name: Check if report is generated
124124
shell: bash
125125
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"
126+
#file=$(find . -type f -regex ".whitesorce/${PROJECT_NAME}.*scan_report\.json" | head -n 1)
127+
ls -lt ./whitesource/
128+
#echo -e "\nFound Mend scan log file - $file\n"
128129
129130
130131
upload:

0 commit comments

Comments
 (0)