Syft v0.32.0 includes support for generating BOMs in CycloneDX JSON format. We no longer need to maintain our own version of the XML -> JSON encoding. This PR remove that extra step.
Use Cases
Checklist
[X] I have viewed, signed, and submitted the Contributor License Agreement.
[ ] I have linked issue(s) that this PR should close using keywords or the Github UI (See docs)
[ ] I have added an integration test, if necessary.
[X] I have reviewed the styleguide for guidance on my code quality.
[X] I'm happy with the commit history on this PR (I have rebased/squashed as needed).
Summary
Syft v0.32.0 includes support for generating BOMs in CycloneDX JSON format. We no longer need to maintain our own version of the XML -> JSON encoding. This PR remove that extra step.
Use Cases
Checklist