blob: 25393df1cdc10849aa933702e2dc69af093c529b [file] [log] [blame]
[sources]
unknown-registry = "allow"
unknown-git = "deny"
required-git-spec = "tag"
allow-registry = [
"https://sekretz.com/registry/index",
"sparse+https://fake.sparse.com",
]
allow-git = [
"https://notgithub.com/orgname/reponame.git",
]
private = [
"https://internal-host/repos",
]
[sources.allow-org]
github = [
"yourghid",
"YourOrg",
]
gitlab = [
"gitlab-org",
]
bitbucket = [
"atlassian",
]