From 67e63a099515037b505a2d9786c8f9797b1e0c0e Mon Sep 17 00:00:00 2001 From: Nimrod Kor Date: Fri, 24 Apr 2020 12:55:22 +0300 Subject: [PATCH] Fix checkov.yaml to point to correct dir --- .github/workflows/checkov.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checkov.yaml b/.github/workflows/checkov.yaml index 6e8bce0774..f129862a62 100644 --- a/.github/workflows/checkov.yaml +++ b/.github/workflows/checkov.yaml @@ -15,4 +15,4 @@ jobs: - name: Test with Checkov run: | pip install checkov - checkov -d . \ No newline at end of file + checkov -d ./terraform \ No newline at end of file