Skip to content

Commit bd19428

Browse files
authored
Distroless base images are not being attested at the moment
Signed-off-by: Romain Barissat <[email protected]>
1 parent 97cb014 commit bd19428

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/publish.yaml

+5-4
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,11 @@ jobs:
5454
env:
5555
NODE_VERSION: ${{ steps.node_version.outputs.version }}
5656

57-
- name: Verify base image provenance
58-
run: cosign verify-attestation --key .keys/distroless.pub gcr.io/distroless/nodejs:$NODE_VERSION
59-
env:
60-
NODE_VERSION: ${{ steps.node_version.outputs.version }}
57+
# https://github.com/GoogleContainerTools/distroless/issues/975
58+
# - name: Verify base image provenance
59+
# run: cosign verify-attestation --key .keys/distroless.pub gcr.io/distroless/nodejs:$NODE_VERSION
60+
# env:
61+
# NODE_VERSION: ${{ steps.node_version.outputs.version }}
6162

6263
- name: Build and push
6364
uses: docker/build-push-action@v2

0 commit comments

Comments
 (0)