Skip to content

chore: bump trufflesecurity/trufflehog from 3.88.2 to 3.88.3 #1184

chore: bump trufflesecurity/trufflehog from 3.88.2 to 3.88.3

chore: bump trufflesecurity/trufflehog from 3.88.2 to 3.88.3 #1184

Workflow file for this run

name: secret-scan
on:
pull_request:
branches:
- main
paths-ignore:
- "LICENSE"
- "CODEOWNERS"
permissions: # added using https://github.com/step-security/secure-repo
contents: read
jobs:
secret-scan: # scan for any live secrets in the repository using trufflehog
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
with:
egress-policy: audit
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Default Secret Scanning
uses: trufflesecurity/trufflehog@b6b00bbe5460109a21287b6612bd68a86bf060c2 # main
with:
extra_args: --debug --no-verification # Warn on potential violations