We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e77d40a commit 65660edCopy full SHA for 65660ed
1 file changed
.github/workflows/gitleaks.yml
@@ -0,0 +1,19 @@
1
+name: Gitleaks
2
+
3
+on:
4
+ pull_request:
5
+ push:
6
+ branches:
7
+ - master
8
9
+jobs:
10
+ gitleaks:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v4
14
+ with:
15
+ fetch-depth: 0
16
+ - uses: gitleaks/gitleaks-action@v2
17
+ env:
18
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19
+ GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}
0 commit comments