diff --git a/Dockerfile b/Dockerfile index 04e2df47..59bcc9da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build \ # Use distroless as minimal base image to package the manager binary # Refer to https://github.com/GoogleContainerTools/distroless for more details FROM alpine:3.13 -# Upgrade packages to vulnerabilities +# Upgrade packages for vulnerabilities RUN apk update && apk upgrade WORKDIR / diff --git a/Jenkinsfile b/Jenkinsfile index 8a1068d1..fa385a5f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,6 @@ hose { NEW_VERSIONING = 'true' DEVTIMEOUT = 30 ANCHORE_POLICY = "production" - ANCHORE_TEST = true DEV = { config -> doUT(config)