1
0
Fork 0

Update audit.yml

pull/540/head
Thomas Boop 2020-08-03 16:55:53 -04:00 committed by GitHub
parent fc28be88e4
commit e3c6237940
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ jobs:
- name: Bootstrap
run: npm run bootstrap
- name: audit tools
run: npm audit --audit-level=moderate
# - name: audit tools #disabled while we wait for https://github.com/actions/toolkit/issues/539
# run: npm audit --audit-level=moderate
- name: audit packages
run: npm run audit-all