Skip to content

Commit 97dbc77

Browse files
committed
fixing typo
1 parent 4673ab3 commit 97dbc77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.project_automation/functional_tests/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ echo "Running Checkov Analysis"
1616
terraform init
1717
terraform plan -out tf.plan
1818
terraform show -json tf.plan > tf.json
19-
checkov --config-file ${PROJECT_PATH}/.config/checkov.yml
19+
checkov --config-file ${PROJECT_PATH}/.config/.checkov.yml
2020

2121
#********** Terratest execution **********
2222
echo "Running Terratest"

0 commit comments

Comments
 (0)