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