Skip to content

Commit 8020f09

Browse files
authored
Merge pull request #601 from tzneal/make-report-checks-testable
test: inject a trait into check execution to allow unit testing
2 parents 06009f5 + cd8a166 commit 8020f09

File tree

10 files changed

+2513
-191
lines changed

10 files changed

+2513
-191
lines changed

sources/bloodhound/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ serde = { workspace = true, features = ["derive"] }
1616
serde_json.workspace = true
1717
serde_yaml.workspace = true
1818
walkdir.workspace = true
19-
20-
[dev-dependencies]
2119
tempfile.workspace = true
2220

2321
[build-dependencies]

0 commit comments

Comments
 (0)