Skip to content

Commit 67f5c25

Browse files
committed
Add trufflehog.yml workflow
1 parent f4e191b commit 67f5c25

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/trufflehog.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
on:
2+
push:
3+
name: Secret Leaks
4+
jobs:
5+
trufflehog:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- name: Checkout code
9+
uses: actions/checkout@v4
10+
with:
11+
fetch-depth: 0
12+
- name: Secret Scanning
13+
uses: trufflesecurity/trufflehog@main

0 commit comments

Comments
 (0)