Research-Stack/5-Applications/nodupe/.github/workflows/trufflehog.yml
2026-05-05 21:15:26 -05:00

24 lines
474 B
YAML

name: TruffleHog OSS
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
trufflehog:
name: TruffleHog OSS
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: TruffleHog OSS
uses: trufflesecurity/trufflehog@v3.93.3
with:
base: ${{ github.event.repository.default_branch }}
head: HEAD