Skip to content

Commit 85fc585

Browse files
Exclude shared workflow from license check
Our shared workflows use AGPL-3.0, but that's OK as it's a CI-only workflow (and our own).
1 parent 0ec6247 commit 85fc585

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ jobs:
2424
- name: Review dependencies
2525
uses: actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1
2626
with:
27+
allow-dependencies-licenses: 'grafana/shared-workflows/actions/get-vault-secrets'
2728
allow-licenses: 'Apache-2.0,BSD-3-Clause,MIT'

0 commit comments

Comments
 (0)