Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deployment Analytic results separation into independent goals #205

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
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