Skip to content

Commit

Permalink
feat: Setup allowed licenses (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
skarllot authored Jan 23, 2025
1 parent 46a9748 commit 83d9451
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ permissions:
jobs:
dependency-review:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: 🛡️ Harden Runner
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
Expand All @@ -31,3 +33,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: 🔍 Dependency Review
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
with:
fail-on-severity: low
allow-licenses: GPL-3.0, AGPL-3.0, LGPL-3.0, Apache-2.0, MPL-2.0, MIT
comment-summary-in-pr: always

0 comments on commit 83d9451

Please sign in to comment.