mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-08 18:05:42 +08:00
Update .deny.toml
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
# https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html
|
# https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html
|
||||||
[advisories]
|
[advisories]
|
||||||
|
unused-ignored-advisory = "deny"
|
||||||
yanked = "deny"
|
yanked = "deny"
|
||||||
|
unmaintained = "none"
|
||||||
|
unsound = "all"
|
||||||
git-fetch-with-cli = true
|
git-fetch-with-cli = true
|
||||||
ignore = [
|
ignore = [
|
||||||
]
|
]
|
||||||
@@ -28,6 +31,7 @@ build.bypass = [
|
|||||||
# https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html
|
# https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html
|
||||||
[licenses]
|
[licenses]
|
||||||
unused-allowed-license = "deny"
|
unused-allowed-license = "deny"
|
||||||
|
unused-license-exception = "deny"
|
||||||
private.ignore = true
|
private.ignore = true
|
||||||
allow = [
|
allow = [
|
||||||
"Apache-2.0",
|
"Apache-2.0",
|
||||||
@@ -37,6 +41,7 @@ allow = [
|
|||||||
|
|
||||||
# https://embarkstudios.github.io/cargo-deny/checks/sources/cfg.html
|
# https://embarkstudios.github.io/cargo-deny/checks/sources/cfg.html
|
||||||
[sources]
|
[sources]
|
||||||
|
unused-allowed-source = "deny"
|
||||||
unknown-registry = "deny"
|
unknown-registry = "deny"
|
||||||
unknown-git = "deny"
|
unknown-git = "deny"
|
||||||
allow-git = [
|
allow-git = [
|
||||||
|
|||||||
Reference in New Issue
Block a user