Skip to content

Commit

Permalink
Add SBOM to releases (#500)
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Zantow <kzantow@gmail.com>
  • Loading branch information
kzantow committed Sep 25, 2021
1 parent d1ac476 commit e5caba0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit e5caba0

Please sign in to comment.