| Version | Supported |
|---|---|
| latest | ✅ |
If you discover a security vulnerability in sbomify-action, please report it responsibly.
Do NOT open a public GitHub issue for security vulnerabilities.
Instead, please send an email to security@sbomify.com with:
- A description of the vulnerability
- Steps to reproduce the issue
- Any potential impact assessment
- Suggested fix (if you have one)
We will acknowledge receipt within 48 hours and aim to provide a fix or mitigation within 7 days for critical issues.
This security policy covers:
- The sbomify-action GitHub Action
- The sbomify-action CLI tool (published to PyPI)
- The sbomify-action Docker image
- CI/CD workflow configurations in this repository
When using sbomify-action in your workflows:
- Pin the action to a specific commit SHA (e.g.,
sbomify/sbomify-action@<full-commit-sha>, using the full 40-character commit SHA) rather than@master - Use minimum required permissions in your workflow
permissions:block - Store API tokens as GitHub secrets — never hardcode them in workflow files
- Review SBOM outputs before uploading to ensure no sensitive information is included