diff --git a/.tekton/ansible-chatbot-service-pull-request.yaml b/.tekton/ansible-chatbot-service-pull-request.yaml index e491595a..13f9a2e1 100644 --- a/.tekton/ansible-chatbot-service-pull-request.yaml +++ b/.tekton/ansible-chatbot-service-pull-request.yaml @@ -34,9 +34,9 @@ spec: - name: revision value: "{{revision}}" taskRunSpecs: - - pipelineTaskName: build-container + - pipelineTaskName: clair-scan stepSpecs: - - name: build + - name: clair-scan computeResources: requests: memory: 10Gi diff --git a/.tekton/ansible-chatbot-service-push.yaml b/.tekton/ansible-chatbot-service-push.yaml index 1f76d9d2..f77708f8 100644 --- a/.tekton/ansible-chatbot-service-push.yaml +++ b/.tekton/ansible-chatbot-service-push.yaml @@ -29,9 +29,9 @@ spec: - name: revision value: "{{revision}}" taskRunSpecs: - - pipelineTaskName: build-container + - pipelineTaskName: clair-scan stepSpecs: - - name: build + - name: clair-scan computeResources: requests: memory: 10Gi