Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e383220

Browse files
Merge 4.4 into 4.5 (#3012)
2 parents e79b0ae + 3415f86 commit e383220

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
@@ -115,34 +115,17 @@ jobs:
115115
aws_region_name: ${{ vars.AWS_REGION_NAME }}
116116
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
117117

118-
- name: "Generate authorized publication document"
119-
uses: mongodb-labs/drivers-github-tools/authorized-pub@v2
118+
- name: "Generate SSDLC Reports"
119+
uses: mongodb-labs/drivers-github-tools/full-report@v2
120120
with:
121121
product_name: "MongoDB Laravel Integration"
122122
release_version: ${{ inputs.version }}
123-
filenames: ""
124-
token: ${{ env.GH_TOKEN }}
125-
126-
- name: "Download SBOM file from Silk"
127-
uses: mongodb-labs/drivers-github-tools/sbom@v2
128-
with:
129123
silk_asset_group: mongodb-laravel-integration
130124

131125
- name: "Upload SBOM as release artifact"
132126
run: gh release upload ${{ inputs.version }} ${{ env.S3_ASSETS }}/cyclonedx.sbom.json
133127
continue-on-error: true
134128

135-
- name: "Generate SARIF report from code scanning alerts"
136-
uses: mongodb-labs/drivers-github-tools/code-scanning-export@v2
137-
with:
138-
ref: ${{ inputs.version }}
139-
output-file: ${{ env.S3_ASSETS }}/code-scanning-alerts.json
140-
141-
- name: "Generate compliance report"
142-
uses: mongodb-labs/drivers-github-tools/compliance-report@v2
143-
with:
144-
token: ${{ env.GH_TOKEN }}
145-
146129
- name: Upload S3 assets
147130
uses: mongodb-labs/drivers-github-tools/upload-s3-assets@v2
148131
with:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /