Skip to content

Commit 3130ceb

Browse files
committed
ci: remove deleted flag from cosign attest command
1 parent bf58dff commit 3130ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
for tag in ${TAGS}; do
121121
image="${tag}@${DIGEST}"
122122
cosign sign --recursive --yes --key "${COSIGN_PRIVATE_KEY}" "${image}"
123-
cosign attest --recursive --yes --key "${COSIGN_PRIVATE_KEY}" --predicate "middleware-sbom.spdx.json" --type="spdxjson" "${image}"
123+
cosign attest --yes --key "${COSIGN_PRIVATE_KEY}" --predicate "middleware-sbom.spdx.json" --type="spdxjson" "${image}"
124124
done
125125
env:
126126
TAGS: |

0 commit comments

Comments
 (0)