Skip to content

Commit

Permalink
feat: Add TruffleHog
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugoch committed Oct 9, 2024
1 parent 0cdafc7 commit b7c3347
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/trufflehog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on:
push:

name: Secret Leaks

jobs:
trufflehog:
runs-on:
group: aws-general-8-plus
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Secret Scanning
uses: trufflesecurity/trufflehog@main

0 comments on commit b7c3347

Please sign in to comment.