Skip to content

vincenzo-racca-pa/sec-supply-chain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Securing Supply Chain

This repo is based from: https://github.com/ThomasVitale/supply-chain-security-java

Verifying policies for signatures and provenance

Verifying the signature on an OCI image

cosign verify \
   --certificate-identity-regexp https://github.com/vincenzo-racca-pa \
   --certificate-oidc-issuer https://token.actions.githubusercontent.com \
   ghcr.io/vincenzo-racca-pa/sec-supply-chain | jq

Verifying the SLSA provenance for an OCI image

IMAGE=ghcr.io/vincenzo-racca-pa/sec-supply-chain
IMAGE="${IMAGE}@"$(crane digest "${IMAGE}")
slsa-verifier verify-image "$IMAGE" \
  --source-uri github.com/vincenzo-racca-pa/sec-supply-chain \
  --print-provenance | jq

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages