diff --git a/cra/task-cis-check.yaml b/cra/task-cis-check.yaml index ea5a402d..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:release.1567 + image: icr.io/continuous-delivery/cra-cis:release.1584 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