Skip to content

Commit 7254eb8

Browse files
authored
Merge pull request #196 from kaleido-io/docker-trivy-install-fix
bump dependencies for cve fixes and fix docker file trivy install
2 parents 54f550f + ac13dc8 commit 7254eb8

3 files changed

Lines changed: 15 additions & 33 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FROM alpine:3.19 AS sbom
2222
WORKDIR /
2323
ADD . /SBOM
2424
RUN apk add --no-cache curl
25-
RUN curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin latest
25+
RUN curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin
2626
RUN trivy fs --format spdx-json --output /sbom.spdx.json /SBOM
2727
RUN trivy sbom /sbom.spdx.json --severity UNKNOWN,HIGH,CRITICAL --exit-code 1
2828

package-lock.json

Lines changed: 13 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
},
8787
"overrides": {
8888
"ws": ">=8.17.1",
89-
"multer": "2.0.2",
89+
"multer": "2.1.1",
9090
"form-data": "4.0.4"
9191
}
9292
}

0 commit comments

Comments
 (0)