build: Enable SBOM and SLSA Provenance

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan 2023-01-27 16:45:41 +02:00
parent 83a40d156b
commit 59e061c8ef
No known key found for this signature in database
GPG Key ID: 3299AEB0E4085BAF
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ jobs:
- name: Publish images - name: Publish images
uses: docker/build-push-action@v3 uses: docker/build-push-action@v3
with: with:
sbom: true
provenance: true
push: true push: true
builder: ${{ steps.buildx.outputs.name }} builder: ${{ steps.buildx.outputs.name }}
context: . context: .