From 46ef7d10dd4912aaed549aa21d49a76b6a5fe07b Mon Sep 17 00:00:00 2001 From: William Zujkowski Date: Mon, 14 Jul 2025 12:03:07 -0400 Subject: [PATCH] keep jq and remove unused path --- Dockerfile | 3 ++- ci/pipeline.yml | 9 --------- 2 files changed, 2 insertions(+), 10 deletions(-) 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: