File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments