Skip to content

Commit b187a08

Browse files
authored
chore: disable license checks
1 parent 585ab6b commit b187a08

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/dependency-review-config.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,5 @@ allow-licenses:
1313
- 'Zlib'
1414

1515
allow-dependencies-licenses:
16-
# ostruct is available as open source under the terms of the 2-Clause BSD License.
17-
# https://github.com/ruby/ostruct?tab=License-1-ov-file
18-
- pkg:gem/ostruct
19-
# csv is available as open source under the terms of the 2-Clause BSD License.
20-
# https://github.com/ruby/csv?tab=BSD-2-Clause-1-ov-file#readme
21-
- pkg:gem/csv
16+
# dependency review doesn't support multiple-licensed packages
17+
# https://github.com/actions/dependency-review-action/issues/263

.github/workflows/dependency-review.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ jobs:
88
dependency-review:
99
permissions:
1010
contents: read
11+
pull-requests: write
1112
runs-on: ubuntu-latest
1213
steps:
1314
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1415
- uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
1516
with:
1617
config-file: .github/dependency-review-config.yaml
18+
comment-summary-in-pr: always
19+
license-check: false

0 commit comments

Comments
 (0)