mirror of
https://github.com/actions/setup-go.git
synced 2024-11-15 20:04:38 +08:00
fail on high severity
This commit is contained in:
parent
dec4fc5647
commit
3349559e91
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@ -34,5 +34,5 @@ jobs:
|
|||||||
run: npm test
|
run: npm test
|
||||||
|
|
||||||
- name: audit packages
|
- name: audit packages
|
||||||
run: npm audit --audit-level=moderate
|
run: npm audit --audit-level=high
|
||||||
if: matrix.operating-system == 'ubuntu-latest'
|
if: matrix.operating-system == 'ubuntu-latest'
|
Loading…
Reference in New Issue
Block a user