Skip to content

Commit

Permalink
fix: use the new cyclonedx-bom crate
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Sep 25, 2023
1 parent 2f8af18 commit 8e935bb
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 162 deletions.
179 changes: 22 additions & 157 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ guac = { git = "https://github.com/trustification/guac-rs.git", rev = "5b8cad834
#sikula = { path = "../sikula" }

csaf = { git = "https://github.com/voteblake/csaf-rs", rev = "76cb9ede10adb1fbb495b17e5fd8d95c5cf6c900" } # FIXME: waiting for release
walker-common = { git = "https://github.com/ctron/csaf-walker", rev = "08884c1b3db9d717fc0365b0df50cd4dd114a5fd" } # FIXME: waiting for release
sbom-walker = { git = "https://github.com/ctron/csaf-walker", rev = "08884c1b3db9d717fc0365b0df50cd4dd114a5fd" } # FIXME: waiting for release
#walker-common = { git = "https://github.com/ctron/csaf-walker", rev = "08884c1b3db9d717fc0365b0df50cd4dd114a5fd" } # FIXME: waiting for release
#sbom-walker = { git = "https://github.com/ctron/csaf-walker", rev = "08884c1b3db9d717fc0365b0df50cd4dd114a5fd" } # FIXME: waiting for release

# also check: spog/ui/Cargo.toml
cyclonedx-bom = { git = "https://github.com/trustification/cyclonedx-rust-cargo", branch = "trustification" }
Expand Down
2 changes: 1 addition & 1 deletion bombastic/index/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ tokio = { version = "1", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.68"
env_logger = "0.10"
sbom-walker = { version = "0.4", features = ["spdx-rs", "cyclonedx-rust"] }
sbom-walker = { version = "0.5", features = ["spdx-rs", "cyclonedx-bom"] }

0 comments on commit 8e935bb

Please sign in to comment.