diff --git a/.tekton/scanner-build.yaml b/.tekton/scanner-build.yaml index bd7df5fb7..af2aecc8a 100644 --- a/.tekton/scanner-build.yaml +++ b/.tekton/scanner-build.yaml @@ -69,14 +69,6 @@ spec: computeResources: requests: cpu: 2 - - pipelineTaskName: clamav-scan - stepSpecs: - # Provision more CPU to speed up ClamAV scan compared to the defaults. - # https://github.com/redhat-appstudio/build-definitions/blob/main/task/clamav-scan/0.1/clamav-scan.yaml#L48 - - name: extract-and-scan-image - computeResources: - requests: - cpu: 1 # Multiarch builds sometimes make the pipeline timeout after 1h. timeouts: diff --git a/.tekton/scanner-db-build.yaml b/.tekton/scanner-db-build.yaml index 9f047c6bd..88398a330 100644 --- a/.tekton/scanner-db-build.yaml +++ b/.tekton/scanner-db-build.yaml @@ -59,16 +59,6 @@ spec: secret: secretName: '{{ git_auth_secret }}' - taskRunSpecs: - - pipelineTaskName: clamav-scan - stepSpecs: - # Provision more CPU to speed up ClamAV scan compared to the defaults. - # https://github.com/redhat-appstudio/build-definitions/blob/main/task/clamav-scan/0.1/clamav-scan.yaml#L48 - - name: extract-and-scan-image - computeResources: - requests: - cpu: 1 - timeouts: tasks: 1h finally: 10m diff --git a/.tekton/scanner-db-slim-build.yaml b/.tekton/scanner-db-slim-build.yaml index 7514fae80..7c557904c 100644 --- a/.tekton/scanner-db-slim-build.yaml +++ b/.tekton/scanner-db-slim-build.yaml @@ -59,16 +59,6 @@ spec: secret: secretName: '{{ git_auth_secret }}' - taskRunSpecs: - - pipelineTaskName: clamav-scan - stepSpecs: - # Provision more CPU to speed up ClamAV scan compared to the defaults. - # https://github.com/redhat-appstudio/build-definitions/blob/main/task/clamav-scan/0.1/clamav-scan.yaml#L48 - - name: extract-and-scan-image - computeResources: - requests: - cpu: 1 - timeouts: tasks: 1h finally: 10m diff --git a/.tekton/scanner-slim-build.yaml b/.tekton/scanner-slim-build.yaml index 1b26bfe10..4ca77e932 100644 --- a/.tekton/scanner-slim-build.yaml +++ b/.tekton/scanner-slim-build.yaml @@ -69,14 +69,6 @@ spec: computeResources: requests: cpu: 2 - - pipelineTaskName: clamav-scan - stepSpecs: - # Provision more CPU to speed up ClamAV scan compared to the defaults. - # https://github.com/redhat-appstudio/build-definitions/blob/main/task/clamav-scan/0.1/clamav-scan.yaml#L48 - - name: extract-and-scan-image - computeResources: - requests: - cpu: 1 # Multiarch builds sometimes make the pipeline timeout after 1h. timeouts: