Skip to content

Commit

Permalink
fix: Cosign sign image
Browse files Browse the repository at this point in the history
  • Loading branch information
ciro-mota committed Nov 11, 2023
1 parent f1465b8 commit c143da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

- name: Sign image with Cosign
run: |
cosign sign --yes --key env://COSIGN_PRIVATE_KEY
cosign sign --yes --key env://COSIGN_PRIVATE_KEY ciromota/nessus-scanner:latest
env:
COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
Expand Down

0 comments on commit c143da0

Please sign in to comment.