File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,15 +106,15 @@ jobs:
106106 for entry in $images; do
107107 syft -o cyclonedx-json=/tmp/sbom.cyclonedx.json $entry
108108 chainloop attestation add --value $entry --kind CONTAINER_IMAGE --attestation-id ${{ env.ATTESTATION_ID }}
109- chainloop attestation add --value /tmp/sbom.cyclonedx.json
109+ chainloop attestation add --value /tmp/sbom.cyclonedx.json --attestation-id ${{ env.ATTESTATION_ID }}
110110 done
111111
112112 # Attest CLI archives
113113 archives=$(cat dist/artifacts.json | jq -r '.[] | select(.type=="Archive") | .path')
114114 for entry in $archives; do
115115 syft -o cyclonedx-json=/tmp/sbom.cyclonedx.json $entry
116116 chainloop attestation add --value $entry --attestation-id ${{ env.ATTESTATION_ID }}
117- chainloop attestation add --value /tmp/sbom.cyclonedx.json
117+ chainloop attestation add --value /tmp/sbom.cyclonedx.json --attestation-id ${{ env.ATTESTATION_ID }}
118118 done
119119
120120 - name : Bump Chart and Dagger Version
You can’t perform that action at this time.
0 commit comments