Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
Add TruffleHog secrets scanner workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-morrison-secauto committed Feb 15, 2024
1 parent 58980c7 commit c30e086
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 c30e086

Please sign in to comment.