diff --git a/.tekton/ansible-chatbot-service-pull-request.yaml b/.tekton/ansible-chatbot-service-pull-request.yaml index 2d144ab3..97394dfc 100644 --- a/.tekton/ansible-chatbot-service-pull-request.yaml +++ b/.tekton/ansible-chatbot-service-pull-request.yaml @@ -33,6 +33,14 @@ spec: value: . - name: revision value: "{{revision}}" + taskRunSpecs: + - pipelineTaskName: clair-scan + computeResources: + requests: + cpu: '1' + memory: 8Gi + limits: + memory: 16Gi pipelineSpec: finally: - name: show-sbom diff --git a/.tekton/ansible-chatbot-service-push.yaml b/.tekton/ansible-chatbot-service-push.yaml index 6536f75d..71e09d10 100644 --- a/.tekton/ansible-chatbot-service-push.yaml +++ b/.tekton/ansible-chatbot-service-push.yaml @@ -28,6 +28,14 @@ spec: value: . - name: revision value: "{{revision}}" + taskRunSpecs: + - pipelineTaskName: clair-scan + computeResources: + requests: + cpu: '1' + memory: 8Gi + limits: + memory: 16Gi pipelineSpec: finally: - name: show-sbom