Skip to content

Bump the pip group with 10 updates #432

Bump the pip group with 10 updates

Bump the pip group with 10 updates #432

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@a05cf0859455b5b16317ee22d809887a4043cdf0 # v3.90.2
with:
extra_args: "--exclude_paths .github/exclude-patterns.txt --max_depth=1"