Enable SBOM and provenance in build workflow
All checks were successful
All checks were successful
This commit is contained in:
@@ -51,6 +51,8 @@ jobs:
|
|||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
target: ${{ matrix.flavor }}
|
target: ${{ matrix.flavor }}
|
||||||
push: true
|
push: true
|
||||||
|
sbom: true
|
||||||
|
provenance: mode=max
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
cache-from: type=registry,ref=harbor.pollinger.dev/build-cache/latex-build-container:${{ matrix.flavor }}
|
cache-from: type=registry,ref=harbor.pollinger.dev/build-cache/latex-build-container:${{ matrix.flavor }}
|
||||||
|
|||||||
Reference in New Issue
Block a user