Merge pull request #2200 from McPatate/feat/add_trufflehog_ci

feat(ci): add trufflehog secrets detection
This commit is contained in:
Ross Wightman 2024-06-10 07:58:18 -07:00 committed by GitHub
commit 2673693897
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

15
.github/workflows/trufflehog.yml vendored Normal file
View File

@ -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