From 4b9e275dd9a5c32753758b4abb1f045113f6f7d5 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Sun, 21 Apr 2024 12:56:17 +0200 Subject: [PATCH 1/2] release: store checksums https://goreleaser.com/customization/checksum/\?query\=checksums --- .ci/release-github.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/release-github.sh b/.ci/release-github.sh index 1193a2d6..22ca3191 100755 --- a/.ci/release-github.sh +++ b/.ci/release-github.sh @@ -18,5 +18,5 @@ gh release \ --title="${VERSION}" \ --generate-notes \ --notes-file="${SUFFIX_ARN_FILE}" \ - ./dist/${VERSION}*.zip - + ./dist/${VERSION}*.zip \ + ./dist/*checksums.txt From 99e31021d7ef68ae81d267258e005dc65074b448 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 22 Apr 2024 09:27:32 +0200 Subject: [PATCH 2/2] add sbom --- .ci/release-github.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/release-github.sh b/.ci/release-github.sh index 22ca3191..f7ea294f 100755 --- a/.ci/release-github.sh +++ b/.ci/release-github.sh @@ -18,5 +18,6 @@ gh release \ --title="${VERSION}" \ --generate-notes \ --notes-file="${SUFFIX_ARN_FILE}" \ + ./dist/${VERSION}*.sbom \ ./dist/${VERSION}*.zip \ ./dist/*checksums.txt