Skip to content

Commit a38f678

Browse files
committed
Continue publishing SSDLC assets if SBOM download fails
1 parent 235978e commit a38f678

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,12 @@ jobs:
203203
uses: mongodb-labs/drivers-github-tools/sbom@v2
204204
with:
205205
silk_asset_group: mongodb-php-driver-extension
206+
# Silk currently errors out when downloading the SBOM. Don't let this fail the entire build
207+
continue-on-error: true
206208

207209
- name: "Upload SBOM as release artifact"
208210
run: gh release upload ${{ inputs.version }} ${{ env.S3_ASSETS }}/cyclonedx.sbom.json
211+
# Silk currently errors out when downloading the SBOM. Don't let this fail the entire build
209212
continue-on-error: true
210213

211214
- name: "Generate SARIF report from code scanning alerts"

0 commit comments

Comments
 (0)