From e5caba043d9686383853689c5a9e886030d9207d Mon Sep 17 00:00:00 2001 From: Keith Zantow Date: Fri, 24 Sep 2021 20:21:23 -0400 Subject: [PATCH] Add SBOM to releases (#500) Signed-off-by: Keith Zantow --- .github/workflows/release.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e4329420e98..ace7b727e46 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -158,6 +158,10 @@ jobs: AC_USERNAME: ${{ secrets.ENG_CI_APPLE_ID }} # Used during macOS notarization. AC_PASSWORD: ${{ secrets.ENG_CI_APPLE_ID_PASS }} # Used during macOS notarization. + - uses: anchore/sbom-action@v0 + with: + artifact-name: sbom.spdx.json + - uses: 8398a7/action-slack@v3 with: status: ${{ job.status }}