Skip to content

Commit

Permalink
Add TruffleHog secrets scanner workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-onepeloton committed Feb 13, 2024
1 parent 54e08b7 commit 6310c7a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/security-engineering-trufflehog.yaml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit 6310c7a

Please sign in to comment.