Commit b74d7b07 authored by Matija Čupić's avatar Matija Čupić

Merge branch 'rename-cloudrail-template' into 'master'

Update indeni cloudrail ci template name

See merge request gitlab-org/gitlab!61079
parents 8d496e5f 51acc1e3
---
title: Remove hyphen from Cloudrail CI template name
merge_request: 61079
author:
type: fixed
...@@ -29,12 +29,8 @@ default: ...@@ -29,12 +29,8 @@ default:
before_script: before_script:
- cd ${CI_PROJECT_DIR}/my_folder_with_terraform_content - cd ${CI_PROJECT_DIR}/my_folder_with_terraform_content
stages:
- init_and_plan
- cloudrail
init_and_plan: init_and_plan:
stage: init_and_plan stage: build
image: registry.gitlab.com/gitlab-org/terraform-images/releases/0.13 image: registry.gitlab.com/gitlab-org/terraform-images/releases/0.13
rules: rules:
- if: $SAST_DISABLED - if: $SAST_DISABLED
...@@ -52,7 +48,7 @@ init_and_plan: ...@@ -52,7 +48,7 @@ init_and_plan:
- ./**/.terraform - ./**/.terraform
cloudrail_scan: cloudrail_scan:
stage: cloudrail stage: test
image: indeni/cloudrail-cli:1.2.44 image: indeni/cloudrail-cli:1.2.44
rules: rules:
- if: $SAST_DISABLED - if: $SAST_DISABLED
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment