1 Commits

Author SHA1 Message Date
600891051b Update aquasec/trivy Docker tag to v0.51.1
Some checks failed
ci/woodpecker/push/renovate Pipeline was successful
ci/woodpecker/pr/renovate Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/push/master Pipeline was successful
ci/woodpecker/push/next Pipeline was successful
ci/woodpecker/pr/master Pipeline was successful
ci/woodpecker/pr/next Pipeline failed
2024-05-08 07:45:15 +00:00
3 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ pipeline:
branch: master
trivyMaster:
image: aquasec/trivy:0.36.1
image: aquasec/trivy:0.51.1
commands:
- |
trivy image \

View File

@ -30,7 +30,7 @@ pipeline:
event: pull_request
trivyNext:
image: aquasec/trivy:0.36.1
image: aquasec/trivy:0.51.1
commands:
- |
trivy image \

View File

@ -6,7 +6,7 @@ WORKDIR /src
RUN npm install \
&& npm run build
FROM nginx:1.26.0-alpine as prod
FROM nginx:1.23.3-alpine as prod
LABEL maintainer="marco.blessing@googlemail.com"
#HEALTHCHECK --interval=15s --timeout=5s \
# CMD wget --no-verbose --tries=1 --spider http://localhost:80/ || exit 1