mirror of
https://github.com/thomisus/Docker-DocumentServer.git
synced 2026-04-29 12:00:04 +00:00
Add provenance information to bake build steps
This commit is contained in:
parent
0671c29443
commit
38946cb641
2 changed files with 4 additions and 4 deletions
2
.github/workflows/4testing-build.yml
vendored
2
.github/workflows/4testing-build.yml
vendored
|
|
@ -155,7 +155,7 @@ jobs:
|
|||
|
||||
### ==>> Build and push images at this step ###
|
||||
|
||||
docker buildx bake --sbom=true -f docker-bake.hcl "${IMAGE}" --push
|
||||
docker buildx bake --sbom=true --provenance=mode=max -f docker-bake.hcl "${IMAGE}" --push
|
||||
echo "DONE: Build success"
|
||||
|
||||
### Set output for Zap scanner
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue