Skip to content

Protobomit is a command line tool designed to manage Software Bill of Materials (SBOM) by adding in-toto attestations as an external references.

License

Notifications You must be signed in to change notification settings

SBOMit/protobomit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Protobomit

Protobomit is a command line tool designed to manage Software Bill of Materials (SBOM) by adding in-toto attestations as an external references.

Features

  • Generate a new SBOM with associated attestations
  • Verify SBOM provenance
  • Add in-toto attestations as external references to SBOMs
  • Support for CycloneDX and SPDX SBOM formats

Installation

To install protobomit, you need to have Go installed on your machine. You can download it from the official Go Downloads page.

Once Go is installed, you can install Protobomit by running:

go get github.com/testifysec/protobomit  

Usage

To generate a new SBOM with associated attestations:

./protobomit generate --sbom <path-to-sbom> --attestation <path-to-attestation> --policy <path-to-policy> --publicKey <path-to-public-key>  

Development

To contribute to the development of Protobomit, you can clone the repository:

git clone https://github.com/testifysec/protobomit.git  

Navigate to the cloned repository:

cd protobomit  

Run tests:

go test ./...  

License

Protobomit is licensed under [Apache 2.0]](LICENSE).

Contributing

Contributions are welcome.

Contact

For any inquiries or issues, please open an issue on the Protobomit GitHub repository.

About

Protobomit is a command line tool designed to manage Software Bill of Materials (SBOM) by adding in-toto attestations as an external references.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published