Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@ jobs:
- uses: Swatinem/rust-cache@v2.9.1
- run: cargo clippy --locked --workspace --all-targets -- -D warnings

cargo-deny:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
- uses: dtolnay/rust-toolchain@stable
- uses: taiki-e/install-action@v2.75.27
with:
tool: cargo-deny
- run: cargo deny check advisories licenses

test:
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = "webpki-roots"
## This doesn't work at the moment. see https://github.com/EmbarkStudios/cargo-deny/issues/859
[[licenses.exceptions]]
allow = ["CDLA-Permissive-2.0"]
name = "webpki-roots-certs"
name = "webpki-root-certs"


[licenses]
Expand Down