Add provenance information to bake build steps

This commit is contained in:
danilapog 2025-08-04 13:47:08 +03:00
parent 0671c29443
commit 38946cb641
2 changed files with 4 additions and 4 deletions

View file

@ -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