Skip to content

Commit

Permalink
Merge pull request #193 from huggingface/feat/add_trufflehog_ci
Browse files Browse the repository at this point in the history
feat(ci): add trufflehog secrets detection
  • Loading branch information
xrsrke authored Jun 10, 2024
2 parents 6771639 + 1db85f3 commit ee785d6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/trufflehog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on:
push:

name: Secret Leaks

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 ee785d6

Please sign in to comment.