Skip to content

Commit bc9f7e6

Browse files
authored
PYTHON-5148 & PYTHON-5136 Update SBOM usage for Kondukto (#44)
1 parent ae09462 commit bc9f7e6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release-python.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
required: true
99
following_version:
1010
description: "The post (dev) version to set"
11-
required: true
11+
required: false
1212
dry_run:
1313
description: "Dry Run?"
1414
default: false
@@ -20,7 +20,6 @@ env:
2020
# Changes per repo
2121
PRODUCT_NAME: pymongo-auth-aws
2222
# Changes per branch
23-
SILK_ASSET_GROUP: pymongo-auth-aws
2423
EVERGREEN_PROJECT: pymongo-auth-aws
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)