diff --git a/.github/workflows/gitleaks-scanning.yml b/.github/workflows/gitleaks-scanning.yml
index fe88e87..93336b3 100644
--- a/.github/workflows/gitleaks-scanning.yml
+++ b/.github/workflows/gitleaks-scanning.yml
@@ -1,6 +1,6 @@
name: gitleaks
on:
- pull_request:
+ pull_request_target:
push:
workflow_dispatch:
schedule:
@@ -16,4 +16,4 @@ jobs:
- uses: gitleaks/gitleaks-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}
\ No newline at end of file
+ GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}
diff --git a/README.md b/README.md
index 2cd2ea0..8acf763 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@
-
+