Skip to content

Commit b7c3347

Browse files
committed
feat: Add TruffleHog
1 parent 0cdafc7 commit b7c3347

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/trufflehog.yml

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

0 commit comments

Comments
 (0)