From dc0121ab11deeae164ae4bd086e18e6dbecab181 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Tue, 22 Oct 2024 17:21:46 +0200 Subject: [PATCH] fix(clustertool): Disable sbom generation on release for now --- .github/workflows/clustertool.release.yaml | 4 ++-- .goreleaser.yaml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/clustertool.release.yaml b/.github/workflows/clustertool.release.yaml index 19a7f1b3a2c82..8941ff9cce681 100644 --- a/.github/workflows/clustertool.release.yaml +++ b/.github/workflows/clustertool.release.yaml @@ -14,8 +14,8 @@ jobs: - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5 with: go-version: stable - - name: Install Syft - run: sudo curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin + # - name: Install Syft + # run: sudo curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 with: fetch-depth: 0 diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 32e1cc3665c16..22472ffc43295 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -58,10 +58,10 @@ before: - chmod +x ./clustertool/embed/download_talosctl.sh - bash ./clustertool/embed/download_talosctl.sh -sboms: - - artifacts: archive - - id: source - artifacts: source +# sboms: +# - artifacts: archive +# - id: source +# artifacts: source nfpms: - package_name: clustertool