From 155f0411d753b17b801988c53bc55607857e3946 Mon Sep 17 00:00:00 2001 From: pankajastro Date: Tue, 5 Nov 2024 10:56:22 +0530 Subject: [PATCH] Enable secrect detection precommit check --- .pre-commit-config.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c899831..fdfe0c2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,9 @@ repos: - id: pretty-format-json args: [ "--autofix" ] - id: trailing-whitespace - + - id: detect-private-key + - id: detect-aws-credentials + args: [ "--allow-missing-credentials" ] - repo: https://github.com/psf/black rev: 24.10.0 hooks: