Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 21, 2026

Bumps the github-actions group with 1 update: sbomify/github-action.

Updates sbomify/github-action from 0.10 to 0.11

Release notes

Sourced from sbomify/github-action's releases.

The One Where They Go to PyPI

Highlights

  • PyPI Package - Install via pip install sbomify-action and use outside CI/CD
  • Click-based CLI - Full command-line interface with --help on all commands
  • SPDX Format Support - New SBOM_FORMAT env var for SPDX output
  • Audit Trail - Every SBOM modification logged with timestamps for attestation
  • License Database - Pre-computed license data for 30+ Linux distro versions
  • Rust Support - Native cargo-cyclonedx generator + crates.io enrichment

New Features

Distribution & CLI

  • PyPI package: pip install sbomify-action (#104, #124, #125, #126)
  • Click-based CLI with full environment variable parity (#128)

SBOM Formats & Output

  • SPDX format support via SBOM_FORMAT=spdx (#118, #119, #121)
  • CDX/SPDX license sanitization parity (#129)
  • Comprehensive audit trail for all SBOM modifications (#130)
  • Rich console output with transformation tracking (#101)

Enrichment & Augmentation

  • Pre-computed license database for Linux distros (#122)
    • Debian, Ubuntu, Alpine, Fedora, Amazon Linux, CentOS Stream, AlmaLinux, Rocky Linux, Oracle Linux, openSUSE, Arch, Wolfi/Chainguard, Distroless
  • Architecture-agnostic PURL lookup in license database (#127)
  • Dedicated Lifecycle plugin for CLE data (#123)
  • Augmentation provider plugin architecture (#99)
  • VCS auto-detection from CI environment (#107)
  • Manufacturer data support (#110)
  • crates.io enrichment source for Rust packages (#100)

Generation

  • cargo-cyclonedx as native Rust SBOM generator (#102)
  • COMPONENT_PURL environment variable for PURL override (#113)

Processing & Releases

  • SBOM processor plugin system with sbomify_releases processor (#105)
  • Link top-level components to root in CycloneDX dependency graph (#115)

Improvements

Docker Image

  • Multi-arch support (amd64/arm64) and modernized base images (#92)
  • Lazy Java/Maven installation to reduce image size (#93)
  • Lazy Go installation for cdxgen Go module scanning (#96)
  • Install cdxgen from bun lockfile (#90)

... (truncated)

Commits
  • 5dece42 Merge pull request #132 from sbomify/fix-sentry
  • 4a5e79c Fixes test
  • c62faa7 Disable Sentry telemetry globally for all tests
  • 7b6a1eb feat: show help with banner when CLI invoked without arguments
  • aa03587 Merge pull request #131 from sbomify/purl-fixes
  • 7db1d5b refactor: address PR review feedback and fix CLE test failure
  • 37b9532 refactor: address PR review feedback and fix CLE test
  • 06f7cf1 refactor: address PR review feedback on PURL encoding fix
  • ab38b93 fix: prevent PURL double-encoding in ecosyste.ms API calls
  • b7a1a25 Merge pull request #130 from sbomify/audit-trail
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the github-actions group with 1 update: [sbomify/github-action](https://github.com/sbomify/github-action).


Updates `sbomify/github-action` from 0.10 to 0.11
- [Release notes](https://github.com/sbomify/github-action/releases)
- [Commits](sbomify/github-action@57f1d33...5dece42)

---
updated-dependencies:
- dependency-name: sbomify/github-action
  dependency-version: '0.11'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jan 21, 2026
@cpswan cpswan merged commit b15d9e5 into trunk Jan 21, 2026
10 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/github-actions-3fcb41af3a branch January 21, 2026 05:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants