mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
24 lines
474 B
YAML
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
|