From af9ffdc51f67d89c2c2412291fb96235d6b96353 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Sun, 28 May 2023 14:36:07 -0400 Subject: [PATCH] delete pre commit (pre-commit.com) --- .pre-commit-config.yaml | 5 ----- .pre-commit-hooks.yaml | 6 ------ 2 files changed, 11 deletions(-) delete mode 100644 .pre-commit-config.yaml delete mode 100644 .pre-commit-hooks.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml deleted file mode 100644 index 1f6653d95..000000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,5 +0,0 @@ -repos: - - repo: https://github.com/gitleaks/gitleaks - rev: v8.16.3 - hooks: - - id: gitleaks diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml deleted file mode 100644 index d391a9ab9..000000000 --- a/.pre-commit-hooks.yaml +++ /dev/null @@ -1,6 +0,0 @@ -- id: infisical-scan - name: Scan for hardcoded secrets - description: Will scan for hardcoded secrets using Infisical CLI - entry: infisical scan git-changes --verbose --redact --staged - language: golang - pass_filenames: false