Skip to content

drop Python 3.8 support #370

drop Python 3.8 support

drop Python 3.8 support #370

Workflow file for this run

name: security
on:
pull_request:
branches:
- '*'
push:
branches:
- master
permissions:
contents: read
jobs:
detect-secrets:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: detect secrets
uses: trufflesecurity/trufflehog@ddc015e5ed99942b2253d8ea16a0586a01ef2ab1 # v3.88.0
with:
extra_args: "--exclude_paths .github/exclude-patterns.txt --max_depth=1"