Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions cra/task-cis-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down