Skip to content

Commit d5c8583

Browse files
committed
fix(deny): use allow-org for git source allowlist
cargo-deny's allow-git requires exact URLs, not org prefixes. Switch to [sources.allow-org] which properly allows all repos under the oxidized-mc GitHub organization.
1 parent 7236c8f commit d5c8583

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

deny.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,6 @@ wildcards = "allow"
3232
unknown-registry = "deny"
3333
unknown-git = "deny"
3434
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
35-
allow-git = ["https://github.com/oxidized-mc"]
35+
36+
[sources.allow-org]
37+
github = ["oxidized-mc"]

0 commit comments

Comments
 (0)