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 69f1f98 commit b4f31ffCopy full SHA for b4f31ff
1 file changed
.github/workflows/gitleaks-scanning.yml
@@ -1,6 +1,6 @@
1
name: gitleaks
2
on:
3
- pull_request:
+ pull_request_target:
4
push:
5
workflow_dispatch:
6
schedule:
@@ -16,4 +16,4 @@ jobs:
16
- uses: gitleaks/gitleaks-action@v3
17
env:
18
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19
- GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}
+ GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}
0 commit comments