From 401d3ad97d7832ddb93c52e2d1f9665321c33e1d Mon Sep 17 00:00:00 2001 From: Kurt von Laven Date: Wed, 13 Sep 2023 19:14:25 -0700 Subject: [PATCH] ci(python-safety-dependencies-check): Remove hook Trivy and Grype were added to MegaLinter in v6.0.0 and v7.2.0, respectively. Both scan for security vulnerabilities in Poetry dependencies. Hence, we no longer require a dedicated pre-commit hook for this purpose. --- .pre-commit-config.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e0ba380..845d9a8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -73,12 +73,6 @@ repos: hooks: - id: check-useless-excludes - ## Python - - repo: https://github.com/Lucas-C/pre-commit-hooks-safety - rev: v1.3.2 - hooks: - - id: python-safety-dependencies-check - ## Natural language - repo: https://github.com/PrincetonUniversity/blocklint rev: v0.2.4