Skip to content

chore: upstream merge template repository #79

chore: upstream merge template repository

chore: upstream merge template repository #79

Workflow file for this run

name: Secret scan
on:
pull_request:
jobs:
trufflehog:
name: trufflehog
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: TruffleHog OSS
uses: trufflesecurity/trufflehog@main
with:
path: ./
base: ${{ github.event.repository.default_branch }}
head: HEAD
extra_args: --debug