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
2 changes: 1 addition & 1 deletion scanners/nikto/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type: application
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
version: v3.1.0-alpha1
# appVersion - Nikto doesn't really version its releases
appVersion: 2.5.0
appVersion: 2.6.0
kubeVersion: ">=v1.11.0-0"

annotations:
Expand Down
5 changes: 5 additions & 0 deletions scanners/nikto/scanner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ COPY --chown=root:root --chmod=755 wrapper.sh /wrapper.sh
RUN apk add --update --no-cache --virtual .build-deps \
perl \
perl-net-ssleay \
perl-json \
perl-io-socket-ssl \
perl-xml-writer \
perl-mime-base64 \
perl-xml-libxml \
&& addgroup -g 1001 nikto \
&& adduser -G nikto -s /bin/sh -D -u 1001 nikto

Expand Down
Loading