We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 949e5da commit bfb8fefCopy full SHA for bfb8fef
1 file changed
.github/workflows/gitleaks.yml
@@ -0,0 +1,13 @@
1
+name: gitleaks
2
+on: [pull_request, push, workflow_dispatch]
3
+jobs:
4
+ scan:
5
+ name: gitleaks
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - uses: actions/checkout@v4
9
+ with:
10
+ fetch-depth: 0
11
+ - uses: gitleaks/gitleaks-action@v2
12
+ env:
13
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments