Skip to content

Commit a5f607e

Browse files
committed
store report
1 parent 4675bb4 commit a5f607e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/mend.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,13 @@ jobs:
131131
run: |
132132
cat ${{ steps.report.outputs.mend-report-file }} | jq .
133133
134+
- name: Store mend report
135+
uses: actions/upload-artifact@v2
136+
with:
137+
name: Mend
138+
path: whitesource
139+
retention-days: 14
140+
134141
upload:
135142
name: Archive mend scan report
136143
needs: scan

0 commit comments

Comments
 (0)