Skip to content

Commit

Permalink
chore: Add catalyst-pallas (pallas lib fork repo) to the allowed sour…
Browse files Browse the repository at this point in the history
…ces list in deny.toml (#159)
  • Loading branch information
FelipeRosa authored Jan 18, 2024
1 parent e31df10 commit 7060cbc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 5 additions & 1 deletion earthly/rust/stdcfgs/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,11 @@ unknown-git = "deny"
# if not specified. If it is specified but empty, no registries are allowed.
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
# List of URLs for allowed Git repositories
allow-git = []
allow-git = [
# Remove this once upstream changes are merged.
# issue: https://github.com/input-output-hk/hermes/issues/63
"https://github.com/input-output-hk/catalyst-pallas"
]

[sources.allow-org]
# 1 or more github.com organizations to allow git sources for
Expand Down
6 changes: 5 additions & 1 deletion examples/rust/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,11 @@ unknown-git = "deny"
# if not specified. If it is specified but empty, no registries are allowed.
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
# List of URLs for allowed Git repositories
allow-git = []
allow-git = [
# Remove this once upstream changes are merged.
# issue: https://github.com/input-output-hk/hermes/issues/63
"https://github.com/input-output-hk/catalyst-pallas"
]

[sources.allow-org]
# 1 or more github.com organizations to allow git sources for
Expand Down
6 changes: 5 additions & 1 deletion utilities/dbviz/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,11 @@ unknown-git = "deny"
# if not specified. If it is specified but empty, no registries are allowed.
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
# List of URLs for allowed Git repositories
allow-git = []
allow-git = [
# Remove this once upstream changes are merged.
# issue: https://github.com/input-output-hk/hermes/issues/63
"https://github.com/input-output-hk/catalyst-pallas"
]

[sources.allow-org]
# 1 or more github.com organizations to allow git sources for
Expand Down

0 comments on commit 7060cbc

Please sign in to comment.