Skip to content

Commit dc0b223

Browse files
Initial commit and port from existing website
1 parent 3909b4b commit dc0b223

File tree

4 files changed

+2150
-2
lines changed

4 files changed

+2150
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/.idea/

README.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,25 @@
1-
# tool-center
2-
Data and schema powering the worlds largest collection of SBOM/xBOM products, projects, and services
1+
# CycloneDX Tool Center
2+
3+
The CycloneDX Tool Center is the largest publicly available collection of SBOM (Software Bill of Materials) and xBOM (e.g., SaaSBOM, CBOM, HBOM) products, projects, and services. It serves as a centralized resource for anyone looking to explore, evaluate, or integrate BOM-related capabilities into their toolchains and workflows. The Tool Center is an integral part of the [CycloneDX website](https://cyclonedx.org).
4+
5+
## License
6+
7+
All data within this repository is provided under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0). You are free to use, modify, and redistribute the data in accordance with the terms of this license.
8+
9+
## Contributing
10+
11+
Contributions are welcome! If you know of a tool, product, or service related to SBOM or xBOM (SaaSBOM, CBOM, HBOM) that isn’t listed, please feel free to open a pull request or file an issue. When contributing, ensure that:
12+
13+
- The tool is relevant to SBOM/xBOM generation, analysis, or consumption.
14+
- Any provided metadata or descriptions are accurate and up-to-date.
15+
- Licensing and attribution requirements for tools are respected.
16+
17+
## Community & Support
18+
19+
If you have questions, suggestions, or feedback about the CycloneDX Tool Center, we encourage you to:
20+
21+
- Join the [CycloneDX Slack](https://cyclonedx.org/slack) for real-time discussions.
22+
- Visit the [CycloneDX website](https://cyclonedx.org) for documentation, news, and updates.
23+
- Open an issue in this repository for any corrections or clarifications.
24+
25+
By leveraging the Tool Center’s data, users and organizations can more easily discover solutions, accelerate their SBOM and xBOM adoption, and enhance the security and transparency of their software supply chains.

tool-categories.yaml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
all:
2+
text: ' '
3+
label: All tools
4+
opensource:
5+
text: Open source tools that support CycloneDX
6+
label: Open Source
7+
proprietary:
8+
text: Proprietary tools that support CycloneDX
9+
label: Proprietary
10+
build-integration:
11+
text: Tools that integrate with build systems and package managers
12+
label: Build Integration
13+
analysis:
14+
text: Tools that can analyze CycloneDX SBOMs
15+
label: Analysis
16+
author:
17+
text: Tools that human authors can use to create CycloneDX SBOMs
18+
label: Author
19+
github-action:
20+
text: GitHub actions which produce CycloneDX SBOMS
21+
label: GitHub Action
22+
github-app:
23+
text: GitHub apps which handle CycloneDX SBOMS
24+
label: GitHub App
25+
transform:
26+
text: Tools that transform CycloneDX into other formats or that transform other formats into CycloneDX
27+
label: Transform
28+
library:
29+
text: Modular components that can programmatically create, parse, or validate CycloneDX SBOMs
30+
label: Library
31+
signing-notary:
32+
text: Tools used to sign or notarize software and CycloneDX SBOMs
33+
label: Signing / Notary
34+
distribute:
35+
text: Tools used to capture and distribute CycloneDX SBOMs
36+
label: Distribute

0 commit comments

Comments
 (0)