Skip to content

Commit 4112427

Browse files
committed
fail if cve detected
Signed-off-by: Jakub Jarosz <[email protected]>
1 parent 33d9870 commit 4112427

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/mend.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,8 @@ jobs:
145145
with:
146146
name: mend-scan-report
147147
path: whitesource
148-
retention-days: 14
148+
retention-days: 7
149+
150+
- name: Final scan result
151+
run: |
152+
exit ${{ steps.report.outputs.mend-scan-result }}

0 commit comments

Comments
 (0)