Skip to content

Commit 9745f49

Browse files
committed
ci: remove gitleaks step (requires paid license for orgs)
1 parent ab91e6c commit 9745f49

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@ jobs:
3737
- name: npm audit
3838
run: npm audit --audit-level=high
3939

40-
# Secret scanning with gitleaks
41-
- name: Gitleaks secret scan
42-
uses: gitleaks/gitleaks-action@v2
43-
env:
44-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45-
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}
46-
4740
# Build output size gate — single-file HTML should stay under 150 KB
4841
- name: Build and check output size
4942
run: |

0 commit comments

Comments
 (0)