Skip to content

Commit

Permalink
fix: add missing entrypoint for terraform scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Diener committed May 17, 2020
1 parent 218bd0a commit 7861d00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion terraform.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.terraform:
image: hashicorp/terraform:0.12.24
image:
name: hashicorp/terraform:0.12.24
entrypoint: [""]

cache:
key: ${CI_PIPELINE_ID}
Expand Down
4 changes: 3 additions & 1 deletion test-terraform-security.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@

test:terraform-security:
stage: test
image: linuxbandit/terraform-with-tfsec:v0.12.24
image:
name: linuxbandit/terraform-with-tfsec:v0.12.24
entrypoint: [""]
script:
- |
if [ -n "${TF_FOLDER_PATH}" ]; then
Expand Down

0 comments on commit 7861d00

Please sign in to comment.