@@ -219,33 +219,17 @@ jobs:
219
219
- name : Download all release artifacts
220
220
run : gh release download ${{ inputs.version }} --dir ${{ env.RELEASE_ASSETS }}
221
221
222
- - name : " Generate authorized publication document "
223
- uses : mongodb-labs/drivers-github-tools/authorized-pub @v2
222
+ - name : " Generate SSDLC Reports "
223
+ uses : mongodb-labs/drivers-github-tools/full-report @v2
224
224
with :
225
225
product_name : " MongoDB PHP Driver (extension)"
226
226
release_version : ${{ inputs.version }}
227
- filenames : " ${{ env.RELEASE_ASSETS }}/*"
228
- token : ${{ env.GH_TOKEN }}
229
-
230
- - name : " Download SBOM file from Silk"
231
- uses : mongodb-labs/drivers-github-tools/sbom@v2
232
- with :
227
+ dist_filenames : " ${{ env.RELEASE_ASSETS }}/*"
233
228
silk_asset_group : mongodb-php-driver-extension
234
229
235
230
- name : " Upload SBOM as release artifact"
236
231
run : gh release upload ${{ inputs.version }} ${{ env.S3_ASSETS }}/cyclonedx.sbom.json
237
232
238
- - name : " Generate SARIF report from code scanning alerts"
239
- uses : mongodb-labs/drivers-github-tools/code-scanning-export@v2
240
- with :
241
- ref : ${{ inputs.version }}
242
- output-file : ${{ env.S3_ASSETS }}/code-scanning-alerts.json
243
-
244
- - name : " Generate compliance report"
245
- uses : mongodb-labs/drivers-github-tools/compliance-report@v2
246
- with :
247
- token : ${{ env.GH_TOKEN }}
248
-
249
233
- name : Upload S3 assets
250
234
uses : mongodb-labs/drivers-github-tools/upload-s3-assets@v2
251
235
with :
0 commit comments