From 7ac011b86881100029a5e0f5a1a26453cd65ce04 Mon Sep 17 00:00:00 2001 From: joshua-onepeloton <108096316+joshua-onepeloton@users.noreply.github.com> Date: Wed, 14 Feb 2024 15:12:09 -0600 Subject: [PATCH] Add TruffleHog secrets scanner workflow --- .github/workflows/security-engineering-trufflehog.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/security-engineering-trufflehog.yaml diff --git a/.github/workflows/security-engineering-trufflehog.yaml b/.github/workflows/security-engineering-trufflehog.yaml new file mode 100644 index 0000000..9d65fdb --- /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