File tree 1 file changed +1
-18
lines changed 1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -121,8 +121,6 @@ jobs:
121
121
id : report
122
122
shell : bash
123
123
run : |
124
- ls -lt whitesource/
125
- find whitesource -type f -name "${PROJECT_NAME}*scan_report.json"
126
124
echo "mend-report-file=$(find whitesource -type f -name "${PROJECT_NAME}*scan_report.json" | head -n 1)" >> $GITHUB_OUTPUT
127
125
cat $GITHUB_OUTPUT
128
126
@@ -134,21 +132,6 @@ jobs:
134
132
- name : Store mend report
135
133
uses : actions/upload-artifact@v4
136
134
with :
137
- name : mend-report
135
+ name : mend-scan- report
138
136
path : whitesource
139
137
retention-days : 14
140
-
141
- upload :
142
- name : Archive mend scan report
143
- needs : scan
144
- runs-on : ubuntu-22.04
145
- steps :
146
- - name : Prepare mend archive
147
- shell : bash
148
- run : |
149
- echo Archiving mend report
150
-
151
- - name : Upload mend archive
152
- shell : bash
153
- run : |
154
- echo Uploading mend archive to...
You can’t perform that action at this time.
0 commit comments