File tree Expand file tree Collapse file tree 5 files changed +4
-8
lines changed
Expand file tree Collapse file tree 5 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1- download-external-modules : False
2- evaluate-variables : true
1+ download-external-modules : True
2+ evaluate-variables : True
33file :
44- ' tf.json'
55framework :
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -16,11 +16,7 @@ echo "Running Checkov Analysis"
1616terraform init
1717terraform plan -out tf.plan
1818terraform show -json tf.plan > tf.json
19- <<< <<< < before updating
20- checkov --download-external-modules true
21- =======
2219checkov --config-file ${PROJECT_PATH} /.config/checkov.yml
23- >>>>>>> after updating
2420
2521# ********** Terratest execution **********
2622echo " Running Terratest"
Original file line number Diff line number Diff line change 2525fi
2626# ********** tfsec *********************
2727echo ' Starting tfsec'
28- MYTFSEC=$( tfsec . --config-file ${PROJECT_PATH} /.config/tfsec.yml || true)
28+ MYTFSEC=$( tfsec . --config-file ${PROJECT_PATH} /.config/. tfsec.yml || true)
2929if [[ $MYTFSEC == * " No problems detected!" * ]];
3030then
3131 echo " Success - tfsec found no security issues!"
3838
3939# ********** Markdown Lint **************
4040echo ' Starting markdown lint'
41- MYMDL=$( mdl --config ${PROJECT_PATH} /.config/.mdlrc .header.md || true)
41+ MYMDL=$( mdl --config ${PROJECT_PATH} /.config/.mdlrc .header.md examples/ * /.header.md || true)
4242if [ -z " $MYMDL " ]
4343then
4444 echo " Success - markdown lint found no linting issues!"
You can’t perform that action at this time.
0 commit comments