Skip to content

Commit

Permalink
chore: update allowed licenses format in dependency review workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenWaysDP committed Jan 21, 2025
1 parent 884e552 commit eed03ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
- name: 'Dependency Review'
uses: actions/dependency-review-action@v4
with:
allow-licenses: 'AGPL-3.0-only, LGPL-3.0, MIT, Apache-2.0, BSD-2-Clause, BSD-3-Clause, ISC, X11, 0BSD, GPL-3.0, Unlicense, CC0-1.0, "JSON AND LicenseRef-scancode-proprietary-license AND MIT"'
allow-licenses: 'AGPL-3.0-only, LGPL-3.0, MIT, Apache-2.0, BSD-2-Clause, BSD-3-Clause, ISC, X11, 0BSD, GPL-3.0, Unlicense, CC0-1.0, JSON AND LicenseRef-scancode-proprietary-license AND MIT'
allow-ghsas: 'GHSA-vxvm-qww3-2fh7'

0 comments on commit eed03ad

Please sign in to comment.