From 0f59141135937e3abc077d5e77ceb332e5f3bd0c Mon Sep 17 00:00:00 2001 From: Maksym Vlasov Date: Tue, 21 Dec 2021 21:36:37 +0200 Subject: [PATCH] fix: Speedup `terrascan` hook up to x3 times in big repos --- .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