We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4673ab3 commit 97dbc77Copy full SHA for 97dbc77
.project_automation/functional_tests/entrypoint.sh
@@ -16,7 +16,7 @@ echo "Running Checkov Analysis"
16
terraform init
17
terraform plan -out tf.plan
18
terraform show -json tf.plan > tf.json
19
-checkov --config-file ${PROJECT_PATH}/.config/checkov.yml
+checkov --config-file ${PROJECT_PATH}/.config/.checkov.yml
20
21
#********** Terratest execution **********
22
echo "Running Terratest"
0 commit comments