Skip to content

Commit b4f31ff

Browse files
authored
Update gitleaks-scanning.yml
1 parent 69f1f98 commit b4f31ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gitleaks-scanning.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: gitleaks
22
on:
3-
pull_request:
3+
pull_request_target:
44
push:
55
workflow_dispatch:
66
schedule:
@@ -16,4 +16,4 @@ jobs:
1616
- uses: gitleaks/gitleaks-action@v3
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19-
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}
19+
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}

0 commit comments

Comments
 (0)