Skip to content

Commit

Permalink
[UPDATE] Anchore test to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrián Hernández committed Sep 15, 2021
1 parent 071859e commit 2003049
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 /
Expand Down
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ hose {
NEW_VERSIONING = 'true'
DEVTIMEOUT = 30
ANCHORE_POLICY = "production"
ANCHORE_TEST = true

DEV = { config ->
doUT(config)
Expand Down

0 comments on commit 2003049

Please sign in to comment.