4
0
mirror of https://github.com/actions/setup-go.git synced 2025-01-04 17:17:49 +03:00

fail on high severity

This commit is contained in:
Bryan MacFarlane 2020-03-26 14:00:03 -04:00
parent dec4fc5647
commit 3349559e91

View File

@ -34,5 +34,5 @@ jobs:
run: npm test
- name: audit packages
run: npm audit --audit-level=moderate
run: npm audit --audit-level=high
if: matrix.operating-system == 'ubuntu-latest'