Skip to content

Commit

Permalink
Merge pull request #1555 from snyk/staging
Browse files Browse the repository at this point in the history
RELEASE
  • Loading branch information
kat1906 authored Nov 29, 2024
2 parents fb77be6 + e496542 commit cc547d6
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 19 deletions.
6 changes: 6 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,10 @@ ignore:
No upstream fix available
expires: 2024-12-08T12:00:00.000Z
created: 2024-11-08T12:00:00.000Z
SNYK-JS-JSONPATHPLUS-7945884:
- '*':
reason: >-
Waiting for @kubernetes/client-node upgrade
expires: 2024-12-08T12:00:00.000Z
created: 2024-11-20T12:00:00.000Z
patch: {}
4 changes: 2 additions & 2 deletions Dockerfile.ubi9
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ RUN npm run build
#---------------------------------------------------------------------
# STAGE 3: Install containers-common to obtain configuration files
#---------------------------------------------------------------------
FROM --platform=linux/amd64 registry.access.redhat.com/ubi9/ubi:9.4 AS containers-common
FROM --platform=linux/amd64 registry.access.redhat.com/ubi9/ubi:9.5 AS containers-common

RUN dnf install -y containers-common

#---------------------------------------------------------------------
# STAGE 4: Build the kubernetes-monitor final image
#---------------------------------------------------------------------
FROM --platform=linux/amd64 registry.access.redhat.com/ubi9/ubi:9.4
FROM --platform=linux/amd64 registry.access.redhat.com/ubi9/ubi:9.5

ARG NODE_18_LATEST_VERSION
ARG NODE_18_LATEST_VERSION_TAR_GZ_FILE_SHASUM256
Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"format:check": "prettier --check '{src,test}/**/*.{js,ts,json,yml}'"
},
"dependencies": {
"@kubernetes/client-node": "^0.22.2",
"@kubernetes/client-node": "^0.22.3",
"@snyk/dep-graph": "^2.9.0",
"async": "^3.2.6",
"aws-sdk": "^2.1692.0",
Expand All @@ -47,7 +47,7 @@
"packageurl-js": "^1.2.1",
"sleep-promise": "^9.1.0",
"snyk-config": "5.3.0",
"snyk-docker-plugin": "6.13.0",
"snyk-docker-plugin": "6.13.0-hotfix",
"source-map-support": "^0.5.21",
"tunnel": "0.0.6",
"typescript": "4.9.5",
Expand Down

0 comments on commit cc547d6

Please sign in to comment.