We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19c543c commit 356d1ebCopy full SHA for 356d1eb
.github/workflows/secrets.yml
@@ -0,0 +1,17 @@
1
+name: Leaked Secrets Scan
2
+on: [push, pull_request]
3
+jobs:
4
+ TruffleHog:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - name: Checkout
8
+ uses: actions/checkout@v3
9
+ with:
10
+ fetch-depth: 0
11
+ - name: TruffleHog OSS
12
+ uses: trufflesecurity/trufflehog@main
13
14
+ path: ./
15
+ base: ${{ github.event.repository.default_branch }}
16
+ head: HEAD
17
+ extra_args: --debug --only-verified
0 commit comments