Skip to content

Commit a43f704

Browse files
committed
store generated mend report
1 parent a3cf9ba commit a43f704

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

.github/workflows/mend.yml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff 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...

0 commit comments

Comments
 (0)