Skip to content

Commit 1e08b78

Browse files
committed
fix(security): update gitleaks to v8.29.0
- Update gitleaks from v8.18.4 to v8.29.0 to address security vulnerabilities - Update CI workflow comment to specifically mention CHANGELOG.md instead of generic 'release-generated files'
1 parent 80f4188 commit 1e08b78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI - Tests and Linting
22

33
on:
44
# Avoid duplicate runs: run on PRs for branches, and on direct pushes to main
5-
# Ignore changes to release-generated files
5+
# Ignore changes to CHANGELOG.md (auto-generated by semantic-release)
66
push:
77
branches: ["main"]
88
paths-ignore:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
- "--extends=@commitlint/config-conventional"
3131

3232
- repo: https://github.com/gitleaks/gitleaks
33-
rev: v8.18.4
33+
rev: v8.29.0
3434
hooks:
3535
- id: gitleaks
3636
name: scan for committed secrets with gitleaks

0 commit comments

Comments
 (0)