Update configuration slightly

This commit is contained in:
Olivia Appleton 2022-11-05 01:40:58 -04:00 committed by GitHub
parent 1e66014619
commit a4dae3edc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -18,3 +18,7 @@ jobs:
uses: actions/checkout@v3
- name: 'Dependency Review'
uses: actions/dependency-review-action@v2
with:
license-check: true
vulnerability-check: true
fail-on-scopes: runtime, development, unknown