ci: Allow CRITICAL trivy scan to build
ZeroDownTime/jenkins-podman/pipeline/head There was a failure building this commit Details

This commit is contained in:
Stefan Reimer 2022-02-14 12:53:25 +01:00
parent b5eac3cece
commit 717b4ec931
2 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@ FROM jenkins/inbound-agent:${BASE}
USER root
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
&& apk upgrade -U -a \
&& apk --no-cache add \
&& apk upgrade -U --available --no-cache \
&& apk add --no-cache \
tini \
make \
yq \

2
Jenkinsfile vendored
View File

@ -2,4 +2,4 @@ library identifier: 'zdt-lib@master', retriever: modernSCM(
[$class: 'GitSCMSource',
remote: 'https://git.zero-downtime.net/ZeroDownTime/ci-tools-lib.git'])
buildPodman name: 'jenkins-podman'
buildPodman name: 'jenkins-podman' trivyFail: NONE