Skip to content

Commit 95df33d

Browse files
authored
Merge v1.19 into master (#1349)
2 parents fdfc1e7 + 0d9c466 commit 95df33d

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -146,34 +146,17 @@ jobs:
146146
aws_region_name: ${{ vars.AWS_REGION_NAME }}
147147
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
148148

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
151151
with:
152152
product_name: "MongoDB PHP Driver (library)"
153153
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:
160154
silk_asset_group: mongodb-php-driver-library
161155

162156
- name: "Upload SBOM as release artifact"
163157
run: gh release upload ${{ inputs.version }} ${{ env.S3_ASSETS }}/cyclonedx.sbom.json
164158
continue-on-error: true
165159

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-
177160
- name: Upload S3 assets
178161
uses: mongodb-labs/drivers-github-tools/upload-s3-assets@v2
179162
with:

0 commit comments

Comments
 (0)