Commit e360c816 authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

Merge branch '2-Artefacts_download_are_not_needed' into 'master'

fix: remove dependencies on tfsec, tflint and checkcov

Closes #2

See merge request to-be-continuous/terraform!3
parents d6aa54eb f8f1e871
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -563,6 +563,7 @@ tf-tfsec:
      junit: $TF_PROJECT_DIR/reports/tfsec.xml
    paths:
      - $TF_PROJECT_DIR/reports/
  dependencies: []
  rules:
    # exclude merge requests
    - if: $CI_MERGE_REQUEST_ID
@@ -594,6 +595,7 @@ tf-tflint:
      junit: $TF_PROJECT_DIR/reports/tflint.xml
    paths:
      - $TF_PROJECT_DIR/reports/
  dependencies: []      
  rules:
    # exclude merge requests
    - if: $CI_MERGE_REQUEST_ID || $TF_TFLINT_DISABLED
@@ -620,6 +622,7 @@ tf-checkov:
      junit: $TF_PROJECT_DIR/reports/checkov.xml
    paths:
      - $TF_PROJECT_DIR/reports/
  dependencies: []      
  rules:
    # exclude merge requests
    - if: $CI_MERGE_REQUEST_ID