Skip to content

Commit

Permalink
add bsd-3-clause to allowed licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
anderssonw committed Sep 19, 2024
1 parent 5a35b5d commit 957f3fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dependency-review-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@ jobs:
uses: actions/dependency-review-action@v4
with:
comment-summary-in-pr: true
allow-licenses: MIT, Apache-2.0
allow-licenses: [
"MIT",
"Apache-2.0",
"BSD-3-Clause"
]

0 comments on commit 957f3fd

Please sign in to comment.