Skip to content

Commit

Permalink
build: Upload SAST results (#1614)
Browse files Browse the repository at this point in the history
  • Loading branch information
msugakov authored Aug 19, 2024
1 parent 451710a commit 7ff24d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .tekton/scanner-component-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,10 @@ spec:
params:
- name: SOURCE_ARTIFACT
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
- name: image-digest
value: $(tasks.build-image-manifest.results.IMAGE_DIGEST)
- name: image-url
value: $(tasks.build-image-manifest.results.IMAGE_URL)
taskRef:
params:
- name: name
Expand Down

0 comments on commit 7ff24d8

Please sign in to comment.