Commit 51acc1e3 authored by Marcel Amirault's avatar Marcel Amirault Committed by Matija Čupić

Update indeni cloudrail ci template name

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