Skip to content

Commit aa9198a

Browse files
committed
removed analyze script
1 parent e1e6b68 commit aa9198a

File tree

323 files changed

+7890
-5045
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

323 files changed

+7890
-5045
lines changed

Cargo.lock

Lines changed: 14 additions & 171 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
[workspace]
22
members = [
33
"crates/scanner-core",
4-
"crates/detector-go",
5-
"crates/detector-java",
6-
"crates/detector-c",
7-
"crates/detector-cpp",
8-
"crates/detector-rust",
9-
"crates/detector-python",
10-
"crates/detector-php",
11-
"crates/detector-swift",
12-
"crates/detector-objc",
13-
"crates/detector-kotlin",
14-
"crates/detector-erlang",
154
"crates/cbom-generator",
165
"crates/cli",
176
]
@@ -36,16 +25,13 @@ aho-corasick = "1"
3625
once_cell = "1"
3726
rayon = "1"
3827
ignore = "0.4"
39-
memmap2 = "0.9"
4028
clap = { version = "4", features = ["derive"] }
41-
humantime = "2"
4229
globset = "0.4"
4330
crossbeam-channel = "0.5"
4431
walkdir = "2"
4532
num_cpus = "1"
46-
uuid = { version = "1", features = ["v4", "serde"] }
33+
uuid = { version = "1", features = ["v4", "v5", "serde"] }
4734
x509-parser = "0.15"
48-
der-parser = "9"
4935
chrono = { version = "0.4", features = ["serde"] }
5036
tempfile = "3"
5137

crates/cbom-generator/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ serde_json = { workspace = true }
1212
toml = { workspace = true }
1313
uuid = { workspace = true }
1414
x509-parser = { workspace = true }
15-
der-parser = { workspace = true }
1615
chrono = { workspace = true }
1716
regex = { workspace = true }
1817
walkdir = { workspace = true }

0 commit comments

Comments
 (0)