From 16eedd81ecc0f78c03dad5c47f16e161cbbd4d79 Mon Sep 17 00:00:00 2001 From: Keith Zantow Date: Tue, 5 Nov 2024 09:51:23 -0500 Subject: [PATCH] chore: build release sbom from go.mod (#3417) Signed-off-by: Keith Zantow --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1154c54eec8d..7a2ac592d5ae 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -151,6 +151,7 @@ jobs: - uses: anchore/sbom-action@251a468eed47e5082b105c3ba6ee500c0e65a764 #v0.17.6 continue-on-error: true with: + file: go.mod artifact-name: sbom.spdx.json - uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 #v3.16.2