From bfcd74bd55f8ef139663d7a865afad4b0cc9e2e7 Mon Sep 17 00:00:00 2001 From: Alexander Brevig Date: Tue, 3 Oct 2023 14:23:08 +0200 Subject: [PATCH] ci: checkov config --- .checkov.yaml | 2 ++ .gitignore | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 .checkov.yaml diff --git a/.checkov.yaml b/.checkov.yaml new file mode 100644 index 0000000..f88f026 --- /dev/null +++ b/.checkov.yaml @@ -0,0 +1,2 @@ +skip-check: + - CKV_TF_1 # Allow version not sha diff --git a/.gitignore b/.gitignore index 65864e9..5f31754 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,5 @@ override.tf.json # Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan # example: *tfplan* /.idea/ + +results.sarif