chore: Deny unknown crate registry and git repository sources

This commit is contained in:
TÖRÖK Attila 2024-01-13 11:12:14 +01:00
parent 2557d14678
commit 2c26eaae39
1 changed files with 2 additions and 2 deletions

View File

@ -62,10 +62,10 @@ deny = [{ name = "tracy-client", deny-multiple-versions = true }]
[sources]
# Lint level for what to happen when a crate from a crate registry that is not
# in the allow list is encountered
unknown-registry = "warn"
unknown-registry = "deny"
# Lint level for what to happen when a crate from a git repository that is not
# in the allow list is encountered
unknown-git = "warn"
unknown-git = "deny"
[sources.allow-org]
# github.com organizations to allow git sources for