Skip to content

Commit 580951e

Browse files
committed
Add trufflehog
1 parent f1e433a commit 580951e

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/trufflehog.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
on:
2+
push:
3+
branches:
4+
- main
5+
pull_request:
6+
7+
jobs:
8+
test:
9+
runs-on: self-hosted
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
17+
with:
18+
extra_args: --results=verified,unknown

0 commit comments

Comments
 (0)