Skip to content

Commit 3eab09a

Browse files
authored
ci: drop the deprecated GITLEAKS_LICENSE secret mapping (#637)
Syncs the template change from netresearch/.github#330. Secret scanning runs on **betterleaks**, which is OSS and needs no license. The shared reusable declares `GITLEAKS_LICENSE` only for backwards compatibility and **never reads it**, so forwarding a repo secret into it was dead plumbing that widened the secret exposure surface for no benefit. The file was byte-identical to the previous template revision before this change, so the diff is exactly the removed `secrets:` mapping — no repo-specific drift was touched. Required to keep `check-template-drift` green.
2 parents 0e23e1d + 85b38ee commit 3eab09a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/gitleaks.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,3 @@ jobs:
1414
permissions:
1515
contents: read
1616
security-events: write
17-
secrets:
18-
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}

0 commit comments

Comments
 (0)