Skip to content

Commit

Permalink
ROX-20750: Onboard scanner-db-slim to Konflux (#1436)
Browse files Browse the repository at this point in the history
Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Co-authored-by: red-hat-konflux <rhtap@redhat.com>
Co-authored-by: Misha Sugakov <537715+msugakov@users.noreply.github.com>
  • Loading branch information
4 people authored Mar 12, 2024
1 parent a33719f commit 84ee52c
Show file tree
Hide file tree
Showing 5 changed files with 858 additions and 7 deletions.
4 changes: 4 additions & 0 deletions .tekton/scanner-db-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ spec:
value: ''
- name: build-source-image
value: 'true'
- name: build-target-stage
value: scanner-db

workspaces:
- name: workspace
Expand Down Expand Up @@ -271,6 +273,8 @@ spec:
value: $(params.image-expires-after)
- name: COMMIT_SHA
value: $(tasks.clone-repository.results.commit)
- name: TARGET_STAGE
value: scanner-db
runAfter:
- prefetch-dependencies
- fetch-sql-definitions
Expand Down
4 changes: 4 additions & 0 deletions .tekton/scanner-db-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ spec:
value: ''
- name: build-source-image
value: 'true'
- name: build-target-stage
value: scanner-db

workspaces:
- name: workspace
Expand Down Expand Up @@ -269,6 +271,8 @@ spec:
value: $(params.image-expires-after)
- name: COMMIT_SHA
value: $(tasks.clone-repository.results.commit)
- name: TARGET_STAGE
value: $(params.build-target-stage)
runAfter:
- prefetch-dependencies
- fetch-sql-definitions
Expand Down
Loading

0 comments on commit 84ee52c

Please sign in to comment.