Skip to content

Commit 3ff098f

Browse files
authored
fix: disable SBOM upload to immutable GitHub release (#247)
1 parent f2ea7ba commit 3ff098f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ecr-publish-on-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
image: mcp-proxy-for-aws:${{ steps.get-package-version.outputs.version }}
6464
format: cyclonedx-json
6565
output-file: sbom.cyclonedx.json
66+
upload-release-assets: false
6667

6768
- name: Install CycloneDX CLI
6869
run: |

0 commit comments

Comments
 (0)