Skip to content

Commit 8a57a06

Browse files
authored
PYTHON-5148 Update SBOM usage for Kondukto (#265)
1 parent 6ffaa4e commit 8a57a06

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release-python.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ env:
2020
# Changes per repo
2121
PRODUCT_NAME: django-mongodb-backend
2222
# Changes per branch
23-
SILK_ASSET_GROUP: django-mongodb-backend-main
2423
EVERGREEN_PROJECT: django-mongodb-backend
2524
# Constant
2625
# inputs will be empty on a scheduled run. so, we only set dry_run
@@ -120,7 +119,6 @@ jobs:
120119
version: ${{ env.VERSION }}
121120
following_version: ${{ env.FOLLOWING_VERSION }}
122121
product_name: ${{ env.PRODUCT_NAME }}
123-
silk_asset_group: ${{ env.SILK_ASSET_GROUP }}
124122
evergreen_project: ${{ env.EVERGREEN_PROJECT }}
125123
token: ${{ github.token }}
126124
dry_run: ${{ env.DRY_RUN }}

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ repos:
66
- id: check-added-large-files
77
- id: check-case-conflict
88
- id: check-toml
9+
- id: check-json
910
- id: check-yaml
1011
exclude: template.yaml
1112
- id: debug-statements

0 commit comments

Comments
 (0)