0
1
mirror of https://github.com/actions/setup-go synced 2024-06-01 18:38:04 +02: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 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'