Skip to content

Commit

Permalink
POS-2821: do not continue on govulncheck error
Browse files Browse the repository at this point in the history
  • Loading branch information
marcello33 committed Feb 6, 2025
1 parent 23de237 commit ac7d4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/govuln.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v4
- name: Running govulncheck
uses: Templum/[email protected]
continue-on-error: true
continue-on-error: false
env:
DEBUG: "true"
with:
Expand Down

0 comments on commit ac7d4b6

Please sign in to comment.