mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
Add SBOM to releases (#500)
Signed-off-by: Keith Zantow <kzantow@gmail.com>
This commit is contained in:
parent
d1ac476986
commit
e5caba043d
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -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 }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user