Skip to content

Commit 9d49340

Browse files
Adding required workflow using TruffleHog for secret leak detection, including unverified secrets.
1 parent 21e716c commit 9d49340

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

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

0 commit comments

Comments
 (0)