We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e34fb2c + abcc901 commit f4fa685Copy full SHA for f4fa685
.github/workflows/main.yml
@@ -83,7 +83,7 @@ jobs:
83
exit-code: "1"
84
ignore-unfixed: true
85
vuln-type: "os,library"
86
- severity: "CRITICAL"
+ severity: "CRITICAL,HIGH"
87
env:
88
TRIVY_SKIP_DB_UPDATE: true
89
TRIVY_SKIP_JAVA_DB_UPDATE: true
Dockerfile
@@ -1,7 +1,7 @@
1
# SPDX-FileCopyrightText: 2024 PNED G.I.E.
2
#
3
# SPDX-License-Identifier: Apache-2.0
4
-FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:1-63.1726695170 AS base
+FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:9.5-1731656856 AS base
5
6
# Install dependencies only when needed
7
FROM base AS deps
0 commit comments