Skip to content

Commit

Permalink
Update maven-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
saurav631 authored Aug 14, 2024
1 parent 1532b99 commit deba771
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,11 @@ jobs:

- name: Public Key Creation
run: |
cosign public-key --key cosign.key > cosign.pub
cosign public-key --key env://COSIGN_KEY > cosign.pub
shell: bash
env:
COSIGN_KEY: ${{secrets.Cosign_Key}}
COSIGN_PASSWORD: ${{secrets.Cosign_Key_Password}}

- name: Verify Docker Image Signature
run: |
Expand Down

0 comments on commit deba771

Please sign in to comment.