diff --git a/.github/workflows/security-engineering-trufflehog.yaml b/.github/workflows/security-engineering-trufflehog.yaml new file mode 100644 index 00000000000..9d65fdb05b2 --- /dev/null +++ b/.github/workflows/security-engineering-trufflehog.yaml @@ -0,0 +1,10 @@ +name: TruffleHog Secrets Scanning + +on: + push: + +jobs: + trufflehog_secrets_scan: + uses: pelotoncycle/secauto_toolbox/.github/workflows/trufflehog_secrets_scanner.yml@main + secrets: + TRUFFLEHOG_HTTP_EVENT_TOKEN: ${{ secrets.TRUFFLEHOG_HTTP_EVENT_TOKEN }} \ No newline at end of file