Skip to content

Conversation

@kaysavps
Copy link
Contributor

@kaysavps kaysavps commented Feb 9, 2026

A new component atlas appears in the SBOM after updating to atlas v1. This component doesn't include a reported license. After validating that the license is Apache, this PR adds this information to the SBOM.

Fixes #2719

Signed-off-by: Victoria <kaysa.vps@gmail.com>
# Add missing known licenses
# https://github.com/ariga/atlas/blob/master/LICENSE
${{ github.workspace }}/.github/workflows/utils/add-license-to-sbom.sh /tmp/sbom-$material_name.cyclonedx.json "ariga.io/atlas" "Apache-2.0" type="library"
${{ github.workspace }}/.github/workflows/utils/add-license-to-sbom.sh /tmp/sbom-$material_name.cyclonedx.json "ariga.io/atlas/cmd/atlas" "Apache-2.0" type="library"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we remove this one?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No. cmd/atlas still appears as a different component.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing license information for atlas component

2 participants