Skip to content

Commit

Permalink
chore: Refine git source permissions
Browse files Browse the repository at this point in the history
- Update the `unknown-git` setting to enforce strict rules
- Add "lurk-lab" as a new allowed organization on Github
- disable the gitlab and bitbucket organization permissions
  • Loading branch information
huitseeker committed Jan 1, 2024
1 parent 964a18b commit 81505a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ skip-tree = [
unknown-registry = "warn"
# 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"
# List of URLs for allowed crate registries. Defaults to the crates.io index
# if not specified. If it is specified but empty, no registries are allowed.
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
Expand All @@ -267,6 +267,6 @@ allow-git = []
# 1 or more github.com organizations to allow git sources for
github = [""]
# 1 or more gitlab.com organizations to allow git sources for
gitlab = [""]
# gitlab = [""]
# 1 or more bitbucket.org organizations to allow git sources for
bitbucket = [""]
# bitbucket = [""]

0 comments on commit 81505a0

Please sign in to comment.