Skip to content

Commit

Permalink
Merge pull request #199 from fzipi/add-provenance
Browse files Browse the repository at this point in the history
feat: add provenance to published image
  • Loading branch information
theseion authored Feb 13, 2024
2 parents 7799007 + ba04827 commit 2f67216
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
./docker-bake.hcl
targets: ${{ matrix.target }}
push: true
provenance: true
sbom: true

- name: Sign the images with GitHub OIDC Token
env:
Expand All @@ -80,3 +82,4 @@ jobs:
images+="${tag}@${DIGEST} "
done
cosign sign --yes ${images}

0 comments on commit 2f67216

Please sign in to comment.