From 6eb5555ad7d6fedb9d60e67ec30c3d72ccca5885 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 5 Dec 2023 17:06:47 -0500 Subject: [PATCH] fix host name for defect dojo --- ci/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 6a66f4a26..63bb101b5 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -395,7 +395,7 @@ jobs: TF_VAR_waf_label_host_0: ((waf_label_host_0)) TF_VAR_waf_hostname_0: ((waf_hostname_0)) TF_VAR_defectdojo_staging_rds_password: ((tooling_defectdojo_staging_rds_password)) - TF_VAR_defectdojo_staging_hosts: '["dojo.fr-stage.cloud.gov"]' + TF_VAR_defectdojo_staging_hosts: '["defectdojo.fr-stage.cloud.gov"]' - *notify-slack - name: bootstrap-tooling