Skip to content

Commit 0bb25f0

Browse files
authored
chore: Add "LGPL-3.0-only" to allowed licenses (#5698)
Signed-off-by: Graham King <grahamk@nvidia.com>
1 parent 453cb26 commit 0bb25f0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/pre-merge-rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
- name: Install and Run cargo-deny
7575
working-directory: ${{ matrix.dir }}
7676
run: |
77-
cargo-deny --version || cargo install cargo-deny@0.16.4
78-
cargo-deny --no-default-features check --hide-inclusion-graph licenses bans --config ${{ github.workspace }}/deny.toml
77+
cargo-deny --version || cargo install cargo-deny@0.19.0
78+
cargo-deny -L error --no-default-features check --hide-inclusion-graph licenses bans --config ${{ github.workspace }}/deny.toml
7979
# Have an explicit step to build tests first to separate time spent on build vs execution.
8080
- name: Compile Tests
8181
working-directory: ${{ matrix.dir }}

deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ allow = [
3535
"Zlib",
3636
"NCSA",
3737
"LGPL-3.0",
38+
"LGPL-3.0-only",
3839
"CC0-1.0",
3940
"Unicode-DFS-2016"
4041
]

0 commit comments

Comments
 (0)