/gh-python-generate-sbom

GitHub action to generate a CycloneDX SBOM for Python

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Website Slack Invite Group Discussion Twitter

GitHub action to generate a CycloneDX SBOM for Python

Inputs

i

The path to a pip requirements file, default is "./requirements.txt"

Be sure to quote paths with spaces.

o

Output filename, default is "./bom.xml"

Be sure to quote paths with spaces.

Example usage

uses: CycloneDX/gh-python-generate-sbom@v1