Introduction | |
|
A Software Bill of Materials (SBOM) is a detailed list of all the components, libraries, and dependencies used within a software project.
| |
Why SBOM is important for Tiki | |
|
There are several reasons why generating and maintaining an SBOM is valuable:
| |
How to generate SBOM in Tiki | |
|
Tiki provides a built-in command to generate an SBOM.
Copy to clipboard
| |
1.1. Authentication | |
|
When you run this command, Tiki will ask you to enter your local credentials.
Once authenticated, the process will begin and Tiki will analyze all installed components. | |
1.2. Output | |
|
After completion, a .json file will be generated in your Tiki directory.
Example output file: sbom-output.json | |
Next steps | |
|
After generating your SBOM, you can: | |