We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4e191b commit 67f5c25Copy full SHA for 67f5c25
1 file changed
.github/workflows/trufflehog.yml
@@ -0,0 +1,13 @@
1
+on:
2
+ push:
3
+name: Secret Leaks
4
+jobs:
5
+ trufflehog:
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - name: Checkout code
9
+ uses: actions/checkout@v4
10
+ with:
11
+ fetch-depth: 0
12
+ - name: Secret Scanning
13
+ uses: trufflesecurity/trufflehog@main
0 commit comments