From 8b208d23e29c44986fdd171a062bf453cc2576d4 Mon Sep 17 00:00:00 2001 From: Victoria Date: Mon, 9 Feb 2026 18:48:59 +0100 Subject: [PATCH] fix(compliance): add missing license information for atlas Signed-off-by: Victoria --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 214ba6515..8d7e8b377 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -139,6 +139,8 @@ jobs: syft -o cyclonedx-json=/tmp/sbom-$material_name.cyclonedx.json $entry # 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" ${{ github.workspace }}/.github/workflows/utils/add-license-to-sbom.sh /tmp/sbom-$material_name.cyclonedx.json "github.com/ariga/language-tools/packages/language-server-go" "Apache-2.0" type="library"