Skip to content

Commit 7e54afb

Browse files
authored
Remove docker signing for now.
See issue #35
1 parent 4582793 commit 7e54afb

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/basic_checks.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -140,15 +140,3 @@ jobs:
140140
${{ env.IMAGE }}:latest
141141
${{ env.IMAGE }}:${{ env.GIT_SHA }}
142142
143-
# Sign the resulting Docker image digest except on PRs.
144-
# This will only write to the public Rekor transparency log when the Docker
145-
# repository is public to avoid leaking data. If you would like to publish
146-
# transparency data even for private images, pass --force to cosign below.
147-
# https://github.com/sigstore/cosign
148-
- name: Sign the published Docker image
149-
if: ${{ github.event_name != 'pull_request' }}
150-
env:
151-
COSIGN_EXPERIMENTAL: "true"
152-
# This step uses the identity token to provision an ephemeral certificate
153-
# against the sigstore community Fulcio instance.
154-
run: cosign sign ${{ env.IMAGE }}@${{ steps.build-and-push.outputs.digest }}

0 commit comments

Comments
 (0)