mirror of
https://github.com/instant-labs/instant-epp.git
synced 2025-02-14 21:02:18 +00:00
Update cargo-deny-action to v2
This commit is contained in:
parent
2c2e94f139
commit
49fd9ddef1
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -53,4 +53,4 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: EmbarkStudios/cargo-deny-action@v1
|
||||
- uses: EmbarkStudios/cargo-deny-action@v2
|
||||
|
17
deny.toml
17
deny.toml
@ -1,13 +1,12 @@
|
||||
[licenses]
|
||||
allow-osi-fsf-free = "either"
|
||||
copyleft = "deny"
|
||||
allow = ["MPL-2.0"]
|
||||
|
||||
[advisories]
|
||||
ignore = ["RUSTSEC-2020-0071"]
|
||||
unsound = "deny"
|
||||
unmaintained = "deny"
|
||||
yanked = "deny"
|
||||
allow = [
|
||||
"Apache-2.0",
|
||||
"BSD-3-Clause",
|
||||
"ISC",
|
||||
"MIT",
|
||||
"OpenSSL",
|
||||
"Unicode-DFS-2016",
|
||||
]
|
||||
|
||||
[[licenses.clarify]]
|
||||
name = "ring"
|
||||
|
Loading…
Reference in New Issue
Block a user