Skip to content

feat: Major refactor for v2.0.0 #107

feat: Major refactor for v2.0.0

feat: Major refactor for v2.0.0 #107

name: "Secret Scanning"
on:
push:
branches: [ "**" ]
pull_request:
branches: [ "main", "release-*" ]
workflow_dispatch:
permissions:
contents: read
security-events: write
jobs:
trufflehog-scan:
name: TruffleHog Secret Scan
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0 # Full history for comprehensive scan
- name: TruffleHog OSS
uses: trufflesecurity/trufflehog@v3.93.7
with:
path: ./
base: ${{ github.event.repository.default_branch }}
head: HEAD
extra_args: --debug --only-verified