We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 235978e commit a38f678Copy full SHA for a38f678
.github/workflows/release.yml
@@ -203,9 +203,12 @@ jobs:
203
uses: mongodb-labs/drivers-github-tools/sbom@v2
204
with:
205
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
208
209
- name: "Upload SBOM as release artifact"
210
run: gh release upload ${{ inputs.version }} ${{ env.S3_ASSETS }}/cyclonedx.sbom.json
211
212
continue-on-error: true
213
214
- name: "Generate SARIF report from code scanning alerts"
0 commit comments