Skip to content

ci: move trufflehog secret scan out of ci #1

ci: move trufflehog secret scan out of ci

ci: move trufflehog secret scan out of ci #1

Workflow file for this run

name: Secret Scan
on:
push:
branches:
- master
- main
pull_request:
jobs:
trufflehog:
name: Trufflehog
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: TruffleHog OSS
uses: trufflesecurity/trufflehog@main
with:
extra_args: --debug --only-verified