Skip to content

Bump trufflesecurity/trufflehog from 3.82.6 to 3.82.8 #326

Bump trufflesecurity/trufflehog from 3.82.6 to 3.82.8

Bump trufflesecurity/trufflehog from 3.82.6 to 3.82.8 #326

Workflow file for this run

name: security
on:
pull_request:
branches:
- '*'
push:
branches:
- master
jobs:
detect-secrets:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: detect secrets
uses: trufflesecurity/trufflehog@5280c3877c038b601658903fb98da62192f436d8 # v3.82.8
with:
extra_args: "--exclude_paths .github/exclude-patterns.txt --max_depth=1"