We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scanning the main image of Marvin, trivy found some CVEs in two packages:
Suggestion: update this base image to 3.18.4 version and update those packages to fix the vulnerabilities.
FROM alpine:3.18.4 RUN addgroup -g 8494 -S nonroot && adduser -u 8494 -D -S nonroot -G nonroot \ && apk add libcrypto3=3.1.4-r0 libssl3=3.1.4-r0 # fix CVE-2023-5363
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Scanning the main image of Marvin, trivy found some CVEs in two packages:
Suggestion: update this base image to 3.18.4 version and update those packages to fix the vulnerabilities.
The text was updated successfully, but these errors were encountered: