Skip to content

Commit

Permalink
feat: Add hdf5 git repo to deny allow list (#249)
Browse files Browse the repository at this point in the history
* add hdf5 git repo to deny allow list

* try
  • Loading branch information
Mr-Leshiy authored May 21, 2024
1 parent 08317ce commit 4222b4c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 4 additions & 2 deletions earthly/rust/stdcfgs/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ unknown-git = "deny"
allow-git = [
"https://github.com/input-output-hk/hermes.git",
"https://github.com/input-output-hk/catalyst-pallas.git",
"https://github.com/bytecodealliance/wasmtime"
"https://github.com/bytecodealliance/wasmtime",
"https://github.com/aldanor/hdf5-rust",
]

[licenses]
Expand All @@ -69,7 +70,8 @@ allow = [
"BSD-2-Clause",
"BlueOak-1.0.0",
"Apache-2.0 WITH LLVM-exception",
"CC0-1.0"
"CC0-1.0",
"ISC",
]
exceptions = [
#{ allow = ["Zlib"], crate = "tinyvec" },
Expand Down
6 changes: 4 additions & 2 deletions examples/rust/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ unknown-git = "deny"
allow-git = [
"https://github.com/input-output-hk/hermes.git",
"https://github.com/input-output-hk/catalyst-pallas.git",
"https://github.com/bytecodealliance/wasmtime"
"https://github.com/bytecodealliance/wasmtime",
"https://github.com/aldanor/hdf5-rust",
]

[licenses]
Expand All @@ -69,7 +70,8 @@ allow = [
"BSD-2-Clause",
"BlueOak-1.0.0",
"Apache-2.0 WITH LLVM-exception",
"CC0-1.0"
"CC0-1.0",
"ISC",
]
exceptions = [
#{ allow = ["Zlib"], crate = "tinyvec" },
Expand Down
6 changes: 4 additions & 2 deletions utilities/dbviz/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ unknown-git = "deny"
allow-git = [
"https://github.com/input-output-hk/hermes.git",
"https://github.com/input-output-hk/catalyst-pallas.git",
"https://github.com/bytecodealliance/wasmtime"
"https://github.com/bytecodealliance/wasmtime",
"https://github.com/aldanor/hdf5-rust",
]

[licenses]
Expand All @@ -69,7 +70,8 @@ allow = [
"BSD-2-Clause",
"BlueOak-1.0.0",
"Apache-2.0 WITH LLVM-exception",
"CC0-1.0"
"CC0-1.0",
"ISC",
]
exceptions = [
#{ allow = ["Zlib"], crate = "tinyvec" },
Expand Down

0 comments on commit 4222b4c

Please sign in to comment.