PYTHON-4541 Add attestations for Python Releases (#1746)
This commit is contained in:
parent
0f5349e2e0
commit
afd0b6f84c
1
.github/workflows/release-python.yml
vendored
1
.github/workflows/release-python.yml
vendored
@ -72,6 +72,7 @@ jobs:
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: write
|
||||
attestations: write
|
||||
security-events: write
|
||||
steps:
|
||||
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v2
|
||||
|
||||
@ -75,14 +75,11 @@ repos:
|
||||
stages: [manual]
|
||||
|
||||
- repo: https://github.com/sirosen/check-jsonschema
|
||||
rev: 0.27.0
|
||||
rev: 0.29.0
|
||||
hooks:
|
||||
- id: check-jsonschema
|
||||
name: "Check GitHub Workflows"
|
||||
files: ^\.github/workflows/
|
||||
types: [yaml]
|
||||
args: ["--schemafile", "https://json.schemastore.org/github-workflow"]
|
||||
stages: [manual]
|
||||
- id: check-github-workflows
|
||||
- id: check-github-actions
|
||||
- id: check-dependabot
|
||||
|
||||
- repo: https://github.com/ariebovenberg/slotscheck
|
||||
rev: v0.19.0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user