Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 0 additions & 9 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down