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 <ccota@redhat.com>
  • Loading branch information
ccronca committed Aug 26, 2024
1 parent 9519d07 commit b6a70fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .tekton/o11y-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,10 @@ spec:
params:
- name: SOURCE_ARTIFACT
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
- name: image-digest
value: $(tasks.build-container.results.IMAGE_DIGEST)
- name: image-url
value: $(tasks.build-container.results.IMAGE_URL)
runAfter:
- prefetch-dependencies
taskRef:
Expand Down
4 changes: 4 additions & 0 deletions .tekton/o11y-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,10 @@ spec:
params:
- name: SOURCE_ARTIFACT
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
- name: image-digest
value: $(tasks.build-container.results.IMAGE_DIGEST)
- name: image-url
value: $(tasks.build-container.results.IMAGE_URL)
runAfter:
- prefetch-dependencies
taskRef:
Expand Down

0 comments on commit b6a70fd

Please sign in to comment.