Skip to content

Commit ebfb69d

Browse files
authored
fix: attestation verification for repos that re-use amp-devcontainer workflows (#987)
fix: enable attestation verification to pass for repos that use amp-devcontainer workflows
1 parent 7f61414 commit ebfb69d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wc-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ jobs:
249249
show-summary: false
250250
push-to-registry: true
251251
- name: Verify attestation
252-
run: gh attestation verify --repo "${GH_REPO}" "oci://${FULLY_QUALIFIED_IMAGE_NAME}@${DIGEST}"
252+
run: gh attestation verify --repo "${GH_REPO}" --signer-workflow philips-software/amp-devcontainer/.github/workflows/wc-build-push.yml "oci://${FULLY_QUALIFIED_IMAGE_NAME}@${DIGEST}"
253253
env:
254254
DIGEST: ${{ steps.inspect-manifest.outputs.digest }}
255255
FULLY_QUALIFIED_IMAGE_NAME: ${{ needs.sanitize-image-name.outputs.fully-qualified-image-name }}

0 commit comments

Comments
 (0)