Skip to content

Commit

Permalink
Update CODEOWNERS (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiemontese authored Nov 13, 2024
1 parent 1b57d0c commit d0e6634
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @primait/shared-services
* @primait/developer-experience
10 changes: 9 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,20 @@ all-features = true
[output]
feature-depth = 1

[advisories]
ignore = [
"RUSTSEC-2024-0384",
"[email protected]",
{ crate = "[email protected]", reason = "Instant is need for WASM, we don't care about WASM" },
]

[licenses]
allow = [
"Apache-2.0",
"BSD-3-Clause",
"MIT",
"Unicode-DFS-2016",
"Unicode-3.0",
"Zlib",
]

Expand All @@ -35,4 +43,4 @@ deny = [
[sources]
unknown-registry = "warn"
unknown-git = "warn"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
allow-registry = ["https://github.com/rust-lang/crates.io-index"]

0 comments on commit d0e6634

Please sign in to comment.