We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89dd513 commit 8a1372fCopy full SHA for 8a1372f
Dockerfile
@@ -64,7 +64,7 @@ RUN mkdir -p build/contracts \
64
FROM alpine:3.19 AS sbom
65
WORKDIR /
66
ADD . /SBOM
67
-RUN apk add --no-cache curl
+RUN apk add --no-cache curl=8.12.0-r0
68
RUN curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.48.3
69
RUN trivy fs --format spdx-json --output /sbom.spdx.json /SBOM
70
RUN trivy sbom /sbom.spdx.json --severity UNKNOWN,HIGH,CRITICAL --db-repository public.ecr.aws/aquasecurity/trivy-db --exit-code 1
0 commit comments