If you'd like to contribute code or documentation, please see CONTRIBUTING.md for guidelines on how to do so.
Reporting Issues
Please report any issues with the setup process or other problems encountered while using this repository by opening a new issue in this project's GitHub page.
Purpose
The sbom service creates an inventory of dependencies of an application's source code directory.
It is the first stage of the Software Composition Analysis process.
Identify dependencies (SBOM)
Identify known vulnerabile dependencies (This service)
To execute this service for development purposes, two paramters need to be supplied to the IDE or terminal:
Usage of sbom-js:
-output-file string
Absolute Path to the output file (Required)
-source-code-directory string
Absolute Path to the source code directory (Required)