diff --git a/Dockerfile b/Dockerfile index 295c819..622ed8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,8 +42,9 @@ RUN apt-get update && \ python3-pip && \ pip3 install --no-cache-dir zaproxy && \ find /zap -xdev -perm /6000 -type f -exec chmod a-s {} + && \ - apt-get purge -y curl jq python3-pip && \ + apt-get purge -y python3-pip && \ apt-get autoremove -y && \ + apt-get clean && \ rm -rf /var/lib/apt/lists/* /usr/share/doc /usr/share/man # Create non-root zap user and set permissions diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 8dcef5e..a85f145 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -45,15 +45,6 @@ groups: - set-self - scan-all-contexts -resources: - - name: zap-config - type: git - source: - uri: https://github.com/cloud-gov/zap-runner - branch: main - paths: - - ci/zap-config/** - - name: zap-runner type: git source: