From 48a8f175f7d55e493fc308724582db639867cc6a Mon Sep 17 00:00:00 2001 From: Connor van Spronssen Date: Sun, 15 Dec 2024 16:08:22 +0100 Subject: [PATCH] feat(CI): Add SBOM generation to the GoReleaser --- .goreleaser.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index d03ce13..81c4c35 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -29,6 +29,12 @@ archives: - goos: windows format: zip +sboms: + id: default + artifacts: archive + documents: + - "${artifact}.spdx.sbom.json" + changelog: use: github format: "{{.SHA}}: {{.Message}} (@{{.AuthorUsername}})"