File tree Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Original file line number Diff line number Diff line change @@ -146,34 +146,17 @@ jobs:
146
146
aws_region_name : ${{ vars.AWS_REGION_NAME }}
147
147
aws_secret_id : ${{ secrets.AWS_SECRET_ID }}
148
148
149
- - name : " Generate authorized publication document "
150
- uses : mongodb-labs/drivers-github-tools/authorized-pub @v2
149
+ - name : " Generate SSDLC Reports "
150
+ uses : mongodb-labs/drivers-github-tools/full-report @v2
151
151
with :
152
152
product_name : " MongoDB PHP Driver (library)"
153
153
release_version : ${{ inputs.version }}
154
- filenames : " "
155
- token : ${{ env.GH_TOKEN }}
156
-
157
- - name : " Download SBOM file from Silk"
158
- uses : mongodb-labs/drivers-github-tools/sbom@v2
159
- with :
160
154
silk_asset_group : mongodb-php-driver-library
161
155
162
156
- name : " Upload SBOM as release artifact"
163
157
run : gh release upload ${{ inputs.version }} ${{ env.S3_ASSETS }}/cyclonedx.sbom.json
164
158
continue-on-error : true
165
159
166
- - name : " Generate SARIF report from code scanning alerts"
167
- uses : mongodb-labs/drivers-github-tools/code-scanning-export@v2
168
- with :
169
- ref : refs/tags/${{ inputs.version }}
170
- output-file : ${{ env.S3_ASSETS }}/code-scanning-alerts.json
171
-
172
- - name : " Generate compliance report"
173
- uses : mongodb-labs/drivers-github-tools/compliance-report@v2
174
- with :
175
- token : ${{ env.GH_TOKEN }}
176
-
177
160
- name : Upload S3 assets
178
161
uses : mongodb-labs/drivers-github-tools/upload-s3-assets@v2
179
162
with :
You can’t perform that action at this time.
0 commit comments