add docker sbom, provenance and annotations

This commit is contained in:
Matt Kilgore
2025-01-06 05:43:09 -05:00
committed by GitHub
parent 08081d7abf
commit 4847d8d72b
2 changed files with 8 additions and 2 deletions

View File

@@ -101,8 +101,11 @@ jobs:
build-args: |
VERSION=${{ github.ref_name }}
COMMIT=${{ github.sha }}
- name: Export digest
provenance: true
sbom: true
annotations: ${{ steps.meta.outputs.annotations }}
- name: Export digest
run: |
mkdir -p /tmp/digests
digest="${{ steps.build.outputs.digest }}"

View File

@@ -97,6 +97,9 @@ jobs:
build-args: |
VERSION=${{ github.ref_name }}
COMMIT=${{ github.sha }}
provenance: true
sbom: true
annotations: ${{ steps.meta.outputs.annotations }}
- name: Export digest
run: |