Skip to content

Commit 9184805

Browse files
committed
Add secret scanning
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
1 parent 8f77b7b commit 9184805

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/secrets.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: "trufflehog"
2+
3+
on:
4+
push:
5+
branches:
6+
- "main"
7+
pull_request:
8+
9+
jobs:
10+
scan:
11+
runs-on: "ubuntu-latest"
12+
steps:
13+
- uses: "actions/checkout@v4"
14+
with:
15+
fetch-depth: 0
16+
- uses: "trufflesecurity/trufflehog@main"
17+
with:
18+
extra_args: "--results=verified,unknown"

0 commit comments

Comments
 (0)