Skip to content

Commit

Permalink
ci: add sbom
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoenig134 committed Dec 4, 2023
1 parent 559e34c commit a35b5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/buildAndPush.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ else # other error
echo $OUTPUT
fi

docker buildx build --push --provenance=true \
docker buildx build --push --provenance=true --sbom=true \
--platform linux/amd64,linux/arm64 \
$TAGS \
--build-arg COMMIT_HASH=$COMMIT_HASH \
Expand Down

0 comments on commit a35b5c4

Please sign in to comment.