Skip to content

Commit d5d5201

Browse files
authored
Create entropy-scan.yml
Found this tool by sheer luck? Let's see what it reveals!
1 parent 6072e93 commit d5d5201

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/entropy-scan.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# .github/workflows/entropy-scan.yml
2+
name: Entropy + Secret Scan
3+
on: [push, pull_request]
4+
jobs:
5+
scan:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- name: Checkout code
9+
uses: actions/checkout@v4
10+
with:
11+
fetch-depth: 0
12+
- uses: trufflesecurity/trufflehog@main
13+
with:
14+
extra_args: --results=verified,unknown --filter-entropy=4.0

0 commit comments

Comments
 (0)