From b9f7318214f85bbdc8c9072502d67e54d6c08d58 Mon Sep 17 00:00:00 2001 From: Shripad Nadgowda Date: Mon, 8 Mar 2021 16:58:01 -0500 Subject: [PATCH 1/3] deploy analytic results Signed-off-by: Shripad Nadgowda --- cra/task-cis-check.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cra/task-cis-check.yaml b/cra/task-cis-check.yaml index ea5a402d..b05ca3b4 100644 --- a/cra/task-cis-check.yaml +++ b/cra/task-cis-check.yaml @@ -60,7 +60,7 @@ spec: value: $(params.pipeline-debug) steps: - name: cis - image: icr.io/continuous-delivery/cra-cis:release.1567 + image: icr.io/continuous-delivery/cra-cis:release.1573 env: - name: REPOSITORY value: $(params.repository) @@ -146,7 +146,10 @@ spec: echo -n "gitsecure-cis-results.json" > $(results.evidence-store.path) echo "COMMENT_FP=./gitsecure-cis-comment.md" >> /steps/next-step-env.properties - + echo "*************************" + echo "Deployment Analytic Results:" + cat ./gitsecure-cis-results.json + echo "*************************" volumeMounts: - mountPath: /config name: cd-config-volume From 9dbf3a545c63a30cd4a7f75b5cbb8a78f5644857 Mon Sep 17 00:00:00 2001 From: Shripad Nadgowda Date: Mon, 8 Mar 2021 17:12:33 -0500 Subject: [PATCH 2/3] deploy analytic results Signed-off-by: Shripad Nadgowda --- cra/task-cis-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cra/task-cis-check.yaml b/cra/task-cis-check.yaml index b05ca3b4..f3935f27 100644 --- a/cra/task-cis-check.yaml +++ b/cra/task-cis-check.yaml @@ -60,7 +60,7 @@ spec: value: $(params.pipeline-debug) steps: - name: cis - image: icr.io/continuous-delivery/cra-cis:release.1573 + image: icr.io/continuous-delivery/cra-cis:main.1573 env: - name: REPOSITORY value: $(params.repository) From 7bb2942a57b93333a8dd36a662e10f29dc3f50f1 Mon Sep 17 00:00:00 2001 From: Shripad Nadgowda Date: Wed, 10 Mar 2021 14:16:12 -0500 Subject: [PATCH 3/3] updated image tag Signed-off-by: Shripad Nadgowda --- cra/task-cis-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cra/task-cis-check.yaml b/cra/task-cis-check.yaml index f3935f27..2262321d 100644 --- a/cra/task-cis-check.yaml +++ b/cra/task-cis-check.yaml @@ -60,7 +60,7 @@ spec: value: $(params.pipeline-debug) steps: - name: cis - image: icr.io/continuous-delivery/cra-cis:main.1573 + image: icr.io/continuous-delivery/cra-cis:release.1584 env: - name: REPOSITORY value: $(params.repository)