mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
POS-2821: do not continue on govulncheck error
This commit is contained in:
parent
c7be15527c
commit
d645a6dc27
1 changed files with 1 additions and 1 deletions
2
.github/workflows/govuln.yml
vendored
2
.github/workflows/govuln.yml
vendored
|
|
@ -9,7 +9,7 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Running govulncheck
|
- name: Running govulncheck
|
||||||
uses: Templum/govulncheck-action@v1.0.2
|
uses: Templum/govulncheck-action@v1.0.2
|
||||||
continue-on-error: true
|
continue-on-error: false
|
||||||
env:
|
env:
|
||||||
DEBUG: "true"
|
DEBUG: "true"
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue