Skip to content

Commit

Permalink
Fix documented cosign command
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaus Hartl committed Apr 3, 2024
1 parent 35eaca8 commit 3624788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Container images in the registry are [signed with keyless signatures](https://gi
**To verify an image**:

```bash
cosign verify "ghcr.io/digitalservicebund/java-application-template:$(git log -1 origin/main --format='%H')"
cosign verify "ghcr.io/digitalservicebund/java-application-template:$(git log -1 origin/main --format='%H')" --certificate-identity="https://github.com/digitalservicebund/java-application-template/.github/workflows/pipeline.yml@refs/heads/main" --certificate-oidc-issuer="https://token.actions.githubusercontent.com"
```

If you need to push a new container image to the registry manually there are two ways to do this:
Expand Down

0 comments on commit 3624788

Please sign in to comment.