Skip to content

marcosanchotene/cdx-vs-cdx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CDX vs CDX

Compare two CycloneDX files in JSON format. See which components each one have that the other does not have and which components both have in common.

screenshot of application

How to run

Option 1

Currently only for Linux

Download the executable file cdx-vs-cdx on the releases page and run it.

Prerequisites for options 2 and 3

  1. Python 3.10
  2. Poetry 1.1

Option 2

  1. Clone this repository.
  2. Install the dependencies with poetry install.
  3. Run the program with poetry run python main.py

Option 3

  1. Clone this repository.
  2. Install the dependencies with poetry install.
  3. Compile the program with pyinstaller main.py.
  4. Run the executable main inside cdx-vs-cdx/dist/main.

About

GUI tool to compare two SBOMs in CycloneDX JSON format.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages