Unverified Commit 59d20d1e authored by Harrison Saturley-Hall's avatar Harrison Saturley-Hall Committed by GitHub
Browse files

ci: update premerge to check the cargo-deny ban list (#5699)


Signed-off-by: default avatarHarrison King Saturley-Hall <hsaturleyhal@nvidia.com>
Co-authored-by: default avatarAnant Sharma <anants@nvidia.com>
parent 6783bdca
...@@ -106,7 +106,7 @@ jobs: ...@@ -106,7 +106,7 @@ jobs:
working-directory: ${{ matrix.dir }} working-directory: ${{ matrix.dir }}
run: | run: |
cargo-deny --version || cargo install cargo-deny@0.19.0 cargo-deny --version || cargo install cargo-deny@0.19.0
cargo-deny -L error --no-default-features check --hide-inclusion-graph licenses bans --config ${{ github.workspace }}/deny.toml cargo-deny -L error --all-features check licenses bans --config ${{ github.workspace }}/deny.toml
# Have an explicit step to build tests first to separate time spent on build vs execution. # Have an explicit step to build tests first to separate time spent on build vs execution.
- name: Compile Tests - name: Compile Tests
working-directory: ${{ matrix.dir }} working-directory: ${{ matrix.dir }}
......
...@@ -37,7 +37,8 @@ allow = [ ...@@ -37,7 +37,8 @@ allow = [
"LGPL-3.0", "LGPL-3.0",
"LGPL-3.0-only", "LGPL-3.0-only",
"CC0-1.0", "CC0-1.0",
"Unicode-DFS-2016" "Unicode-DFS-2016",
"WTFPL"
] ]
# TODO exceptions # TODO exceptions
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment