Skip to content

Commit

Permalink
build(ci): add restrictive sources config. for cargo deny
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Nov 8, 2022
1 parent 10c346a commit fd10de7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,16 @@ allow = [
"Unicode-DFS-2016",
"Zlib",
]

[sources]
allow-git = [
"https://github.com/grovesNL/glow",
]
unknown-registry = "deny"
unknown-git = "deny"
required-git-spec = "rev"

[sources.allow-org]
github = [
"gfx-rs"
]

0 comments on commit fd10de7

Please sign in to comment.