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

fix: remove dependencies on tfsec, tflint and checkcov

parent d6aa54eb
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