Skip to content

chore(deps): bump trufflesecurity/trufflehog from 3.95.3 to 3.95.5 #203

chore(deps): bump trufflesecurity/trufflehog from 3.95.3 to 3.95.5

chore(deps): bump trufflesecurity/trufflehog from 3.95.3 to 3.95.5 #203

name: TruffleHog OSS Security Scan
on:
push:
branches:
- develop
pull_request:
branches:
- develop
jobs:
security-scan:
name: TruffleHog Security Scan
runs-on: ubuntu-latest
if: github.repository == 'supervaize/supervaizer' # Only run on public remote
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
fetch-depth: 0 # Required for TruffleHog to scan git history
- name: Secret Scanning
uses: trufflesecurity/trufflehog@d411fff7b8879a62509f3fa98c07f247ac089a51 # v3.95.5
with:
extra_args: --results=verified,unknown