From 2e8dcf9298733a256cc7f8c6f05b3ef9a1047a36 Mon Sep 17 00:00:00 2001 From: Maksym Vlasov Date: Tue, 21 Dec 2021 21:50:12 +0200 Subject: [PATCH] fix: Speedup `terrascan` hook up to x3 times in big repos (#307) --- .pre-commit-hooks.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index f923dafb1..7b504706d 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -108,3 +108,4 @@ description: Runs terrascan on Terraform templates. language: script entry: terrascan.sh + require_serial: true