Skip to content

Commit

Permalink
fix(KONFLUX-3663): upload SAST results to quay.io
Browse files Browse the repository at this point in the history
Configure the SAST task to upload SARIF results to quay.io for
long-term storage

Signed-off-by: ccronca <[email protected]>
  • Loading branch information
ccronca committed Aug 14, 2024
1 parent 14310cc commit 6231499
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .tekton/rh-syft-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -325,10 +325,14 @@ spec:
- "false"
- name: sast-snyk-check
runAfter:
- clone-repository
- build-container
params:
- name: ARGS
value: --report --project-name=redhat-appstudio/rh-syft
- name: image-digest
value: $(tasks.build-container.results.IMAGE_DIGEST)
- name: image-url
value: $(tasks.build-container.results.IMAGE_URL)
taskRef:
params:
- name: name
Expand Down
6 changes: 5 additions & 1 deletion .tekton/rh-syft-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -322,10 +322,14 @@ spec:
- "false"
- name: sast-snyk-check
runAfter:
- clone-repository
- build-container
params:
- name: ARGS
value: --report --project-name=redhat-appstudio/rh-syft
- name: image-digest
value: $(tasks.build-container.results.IMAGE_DIGEST)
- name: image-url
value: $(tasks.build-container.results.IMAGE_URL)
taskRef:
params:
- name: name
Expand Down

0 comments on commit 6231499

Please sign in to comment.