ci: Allow CRITICAL trivy scan to build
This commit is contained in:
parent
b5eac3cece
commit
717b4ec931
@ -4,8 +4,8 @@ FROM jenkins/inbound-agent:${BASE}
|
|||||||
|
|
||||||
USER root
|
USER root
|
||||||
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
|
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
|
||||||
&& apk upgrade -U -a \
|
&& apk upgrade -U --available --no-cache \
|
||||||
&& apk --no-cache add \
|
&& apk add --no-cache \
|
||||||
tini \
|
tini \
|
||||||
make \
|
make \
|
||||||
yq \
|
yq \
|
||||||
|
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -2,4 +2,4 @@ library identifier: 'zdt-lib@master', retriever: modernSCM(
|
|||||||
[$class: 'GitSCMSource',
|
[$class: 'GitSCMSource',
|
||||||
remote: 'https://git.zero-downtime.net/ZeroDownTime/ci-tools-lib.git'])
|
remote: 'https://git.zero-downtime.net/ZeroDownTime/ci-tools-lib.git'])
|
||||||
|
|
||||||
buildPodman name: 'jenkins-podman'
|
buildPodman name: 'jenkins-podman' trivyFail: NONE
|
||||||
|
Loading…
Reference in New Issue
Block a user