Skip to content

Commit e255ce6

Browse files
committed
fix(ci): add continue-on-error to Hypatia scan step
Scanner exits 1 on infra errors (Dependabot API unreachable, etc.) unrelated to actual security findings. Critical findings are caught by the separate Check step. Make the scan step non-blocking.
1 parent ee4cc06 commit e255ce6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/hypatia-scan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
5656
- name: Run Hypatia scan
5757
id: scan
58+
continue-on-error: true # scanner exits 1 on infra errors; critical findings block via the separate Check step
5859
env:
5960
# Hypatia uses Dependabot alerts as one of its signal sources.
6061
# Without GITHUB_TOKEN it warns and exits 1. The default GITHUB_TOKEN

0 commit comments

Comments
 (0)