fix(clustertool): Disable sbom generation on release for now
This commit is contained in:
@@ -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
|
||||
|
||||
+4
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user