Skip to content

Commit de33353

Browse files
Upload vulnerability reports
1 parent 15d278a commit de33353

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,11 @@ jobs:
309309
fi
310310
311311
exit $RESULT
312+
- name: Upload vulnerability reports
313+
uses: actions/upload-artifact@v4
314+
with:
315+
name: vulnerability-reports
316+
path: /workspace/.leeway/build/vulnerability-reports/
312317
- name: Tag the release
313318
if: github.ref == 'refs/heads/main'
314319
run: |

0 commit comments

Comments
 (0)