Skip to content

Commit 67f10bf

Browse files
authored
PYTHON-5141 Update SBOM usage for Kondukto (#959)
1 parent 33fdf65 commit 67f10bf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release-python.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ on:
1818
env:
1919
# Changes per repo
2020
PRODUCT_NAME: PyMongoCrypt
21-
# Changes per branch
22-
SILK_ASSET_GROUP: pymongocrypt
2321
EVERGREEN_PROJECT: libmongocrypt
2422
# Constant
2523
# inputs will be empty on a scheduled run. so, we only set dry_run
@@ -123,7 +121,8 @@ jobs:
123121
following_version: ${{ env.FOLLOWING_VERSION }}
124122
working_directory: ./bindings/python
125123
product_name: ${{ env.PRODUCT_NAME }}
126-
silk_asset_group: ${{ env.SILK_ASSET_GROUP }}
124+
sbom_in_path: bindings/python/sbom.json
125+
kondukto_sub_project: pymongocrypt
127126
evergreen_project: ${{ env.EVERGREEN_PROJECT }}
128127
tag_template: "pymongocrypt-${VERSION}"
129128
token: ${{ github.token }}

0 commit comments

Comments
 (0)