Skip to content

Commit

Permalink
Remove no longer necessary cosign config
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaus Hartl committed Apr 3, 2024
1 parent 2ef9acd commit 3996dde
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,13 +214,7 @@ jobs:
image_name: ${{ env.IMAGE_NAME }}:${{ github.sha }}

- name: Sign the published Docker image
env:
COSIGN_EXPERIMENTAL: "true"
# This step uses the identity token to provision an ephemeral certificate
# against the sigstore community Fulcio instance.
run: cosign sign --yes ghcr.io/${{ env.IMAGE_NAME }}:${{ github.sha }}

- name: Attest the vulnerability scan
env:
COSIGN_EXPERIMENTAL: "true"
run: cosign attest --yes --replace --predicate vulnerabilities.json --type vuln ghcr.io/${{ env.IMAGE_NAME }}:${{ github.sha }}

0 comments on commit 3996dde

Please sign in to comment.