Skip to content
Merged
Show file tree
Hide file tree
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
11 changes: 6 additions & 5 deletions .tekton/assisted-service-saas-hotfix-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -347,9 +347,9 @@ spec:
- name: sast-snyk-check
params:
- name: ARGS
value: "--project-name=assisted-service --report --org=3e6fd93b-b325-49dd-8a33-432a0160ab66"
value: --project-name=assisted-service --report --org=3e6fd93b-b325-49dd-8a33-432a0160ab66
- name: IGNORE_FILE_PATHS
value: "tools/wait_for_assisted_service.py,tools/deploy_wiremock.py"
value: tools/wait_for_assisted_service.py,tools/deploy_wiremock.py
runAfter:
- clone-repository
taskRef:
Expand Down Expand Up @@ -526,19 +526,20 @@ spec:
runAfter:
- build-container
taskRef:
resolver: bundles
params:
- name: name
value: rpms-signature-scan
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:998b5466417c324aea94d3e8b302c558aeb13f746976d89a4ff85f1b84a42c2b
- name: kind
value: task
resolver: bundles
workspaces:
- name: workspace
- name: git-auth
optional: true
taskRunTemplate: {}
taskRunTemplate:
serviceAccountName: build-pipeline-assisted-service-saas-hotfix
workspaces:
- name: workspace
volumeClaimTemplate:
Expand All @@ -554,4 +555,4 @@ spec:
- name: git-auth
secret:
secretName: '{{ git_auth_secret }}'
status: {}
status: {}
11 changes: 6 additions & 5 deletions .tekton/assisted-service-saas-hotfix-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -344,9 +344,9 @@ spec:
- name: sast-snyk-check
params:
- name: ARGS
value: "--project-name=assisted-service --report --org=3e6fd93b-b325-49dd-8a33-432a0160ab66"
value: --project-name=assisted-service --report --org=3e6fd93b-b325-49dd-8a33-432a0160ab66
- name: IGNORE_FILE_PATHS
value: "tools/wait_for_assisted_service.py,tools/deploy_wiremock.py"
value: tools/wait_for_assisted_service.py,tools/deploy_wiremock.py
runAfter:
- clone-repository
taskRef:
Expand Down Expand Up @@ -523,19 +523,20 @@ spec:
runAfter:
- build-container
taskRef:
resolver: bundles
params:
- name: name
value: rpms-signature-scan
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:998b5466417c324aea94d3e8b302c558aeb13f746976d89a4ff85f1b84a42c2b
- name: kind
value: task
resolver: bundles
workspaces:
- name: workspace
- name: git-auth
optional: true
taskRunTemplate: {}
taskRunTemplate:
serviceAccountName: build-pipeline-assisted-service-saas-hotfix
workspaces:
- name: workspace
volumeClaimTemplate:
Expand All @@ -551,4 +552,4 @@ spec:
- name: git-auth
secret:
secretName: '{{ git_auth_secret }}'
status: {}
status: {}