Skip to content

Commit

Permalink
Configure allowed licenses
Browse files Browse the repository at this point in the history
Configure the list of acceptable licenses for dependencies.
  • Loading branch information
martincostello committed Oct 31, 2023
1 parent de418f1 commit f11ffa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ jobs:

- name: Review dependencies
uses: actions/dependency-review-action@6c5ccdad469c9f8a2996bfecaec55a631a347034 # v3.1.0
with:
allow-licenses: 'Apache-2.0,BSD-2-Clause,BSD-3-Clause,MIT'

0 comments on commit f11ffa8

Please sign in to comment.