Skip to content

janeczku/cosign-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cosign-example

Example for signing container images with Sigstore Cosign.

The signed image created by the Github Action workflow can be verified like so:

cosign verify \
  ghcr.io/janeczku/cosign-example:latest \
  --certificate-identity "https://github.com/janeczku/cosign-example/.github/workflows/release.yaml@refs/heads/main" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  | jq .

LICENSE

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages