Skip to content

Bump minimatch from 3.1.2 to 3.1.5 #594

Bump minimatch from 3.1.2 to 3.1.5

Bump minimatch from 3.1.2 to 3.1.5 #594

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: detect secrets
uses: trufflesecurity/trufflehog@ef6e76c3c4023279497fab4721ffa071a722fd05 # v3.92.4
with:
extra_args: "--exclude_paths .github/exclude-patterns.txt --max_depth=1"