SC-36243 Add sonar-secrets pre-commit hook (#68)

This commit is contained in:
Victor Schneuwly
2025-11-17 15:40:01 +01:00
committed by GitHub
parent 95b1cc6c02
commit cb3ed20f9f
+6
View File
@@ -0,0 +1,6 @@
repos:
- repo: https://github.com/SonarSource/sonar-secrets-pre-commit
rev: v2.32.0.9670
hooks:
- id: sonar-secrets
stages: [pre-commit]