From 69f1f98c1c0067cfe54368703695eb1af8a278a2 Mon Sep 17 00:00:00 2001 From: kpj2006 <24ucs074@lnmiit.ac.in> Date: Tue, 23 Jun 2026 17:30:00 +0530 Subject: [PATCH 1/2] Update Best Practices badge to dynamic JSON --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cd2ea0..8acf763 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@    - Best Practices + Best Practices    From b4f31fffd645a657bb9b402e197d4ab907638879 Mon Sep 17 00:00:00 2001 From: kpj2006 <24ucs074@lnmiit.ac.in> Date: Tue, 23 Jun 2026 18:54:15 +0530 Subject: [PATCH 2/2] Update gitleaks-scanning.yml --- .github/workflows/gitleaks-scanning.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}