Skip to content

fix: enforce hermetic Python execution #227

fix: enforce hermetic Python execution

fix: enforce hermetic Python execution #227

Workflow file for this run

# Gitleaks over this repository's own history. Named gitleaks.yml because
# secret-scan.yml is the reusable definition itself.
name: gitleaks
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions: {}
concurrency:
group: gitleaks-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
gitleaks:
permissions:
contents: read
uses: ./.github/workflows/secret-scan.yml
with:
runner: ubuntu-latest