Skip to content

Commit

Permalink
Add trufflehog secrets detection (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvillanova authored Dec 10, 2024
1 parent 9315f0d commit c0966cf
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/trufflehog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on:
push:

name: Scan Secret Leaks

permissions:
contents: read

jobs:
trufflehog:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Secret Scanning
uses: trufflesecurity/trufflehog@main

0 comments on commit c0966cf

Please sign in to comment.