Skip to content

Fix trufflehog

Fix trufflehog #1

Workflow file for this run

name: Trufflehog
on:
push:
pull_request:
jobs:
test:
runs-on: self-hosted
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Secret Scanning
uses: trufflesecurity/trufflehog@main
with:
extra_args: --results=verified,unknown