File tree Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -121,8 +121,6 @@ jobs:
121121 id : report
122122 shell : bash
123123 run : |
124- ls -lt whitesource/
125- find whitesource -type f -name "${PROJECT_NAME}*scan_report.json"
126124 echo "mend-report-file=$(find whitesource -type f -name "${PROJECT_NAME}*scan_report.json" | head -n 1)" >> $GITHUB_OUTPUT
127125 cat $GITHUB_OUTPUT
128126
@@ -134,21 +132,6 @@ jobs:
134132 - name : Store mend report
135133 uses : actions/upload-artifact@v4
136134 with :
137- name : mend-report
135+ name : mend-scan- report
138136 path : whitesource
139137 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