Skip to content

Commit 98b08b7

Browse files
authored
fix(release): don't attest archives (#1749)
Signed-off-by: Jose I. Paris <[email protected]>
1 parent a073c88 commit 98b08b7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build_and_package.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,6 @@ jobs:
108108
chainloop attestation add --value $entry --kind CONTAINER_IMAGE --attestation-id ${{ env.ATTESTATION_ID }}
109109
chainloop attestation add --value /tmp/sbom.cyclonedx.json --attestation-id ${{ env.ATTESTATION_ID }}
110110
done
111-
112-
# Attest CLI archives
113-
archives=$(cat dist/artifacts.json | jq -r '.[] | select(.type=="Archive") | .path')
114-
for entry in $archives; do
115-
syft -o cyclonedx-json=/tmp/sbom.cyclonedx.json $entry
116-
chainloop attestation add --value $entry --attestation-id ${{ env.ATTESTATION_ID }}
117-
chainloop attestation add --value /tmp/sbom.cyclonedx.json --attestation-id ${{ env.ATTESTATION_ID }}
118-
done
119111
120112
- name: Bump Chart and Dagger Version
121113
run: .github/workflows/utils/bump-chart-and-dagger-version.sh deployment/chainloop extras/dagger ${{ github.ref_name }}

0 commit comments

Comments
 (0)