Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ define docker_build_push
--tag $(DOCKER_IMAGE_NAME):$(1) \
--tag $(DOCKER_IMAGE_NAME):$(2) \
--provenance=false \
--sbom=false \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

security-high high

Disabling SBOM generation reduces supply chain security and transparency. SBOMs are crucial for tracking dependencies, identifying vulnerabilities, and ensuring license compliance. While this might be a necessary temporary fix for a build issue, it is strongly recommended to re-enable SBOM generation (--sbom=true) as soon as possible to maintain good security practices.

--push
endef

Expand Down