Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit 83d9451

Browse files
authored
feat: Setup allowed licenses (#48)
1 parent 46a9748 commit 83d9451

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/dependency-review.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ permissions:
1515
jobs:
1616
dependency-review:
1717
runs-on: ubuntu-latest
18+
permissions:
19+
pull-requests: write
1820
steps:
1921
- name: 🛡️ Harden Runner
2022
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
@@ -31,3 +33,7 @@ jobs:
3133
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3234
- name: 🔍 Dependency Review
3335
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
36+
with:
37+
fail-on-severity: low
38+
allow-licenses: GPL-3.0, AGPL-3.0, LGPL-3.0, Apache-2.0, MPL-2.0, MIT
39+
comment-summary-in-pr: always

0 commit comments

Comments
 (0)