Skip to content

Commit 6570924

Browse files
authored
ci: publish MCP server images with SBOM attestations (#3437)
* ci: attach provenance and SBOM attestations to the published MCP server image * ci: restore trailing newline at end of file
1 parent 16cd165 commit 6570924

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish-mcp-server.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ jobs:
129129
with:
130130
context: examples/mcp_server
131131
push: true
132+
provenance: mode=max
133+
sbom: true
132134
tags: |
133135
${{ env.IMAGE_NAME }}:${{ steps.metadata.outputs.version }}
134136
${{ env.IMAGE_NAME }}:latest

0 commit comments

Comments
 (0)