Skip to content

Commit

Permalink
fix(clustertool): Disable sbom generation on release for now
Browse files Browse the repository at this point in the history
  • Loading branch information
PrivatePuffin committed Oct 22, 2024
1 parent 71917d7 commit dc0121a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clustertool.release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc0121a

Please sign in to comment.