Skip to content

Commit a065986

Browse files
authored
feat(ci): add trufflehog secrets detection (#254)
1 parent 055a6f6 commit a065986

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/trufflehog.yml

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

0 commit comments

Comments
 (0)