We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6072e93 commit d5d5201Copy full SHA for d5d5201
1 file changed
.github/workflows/entropy-scan.yml
@@ -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
14
+ extra_args: --results=verified,unknown --filter-entropy=4.0
0 commit comments