File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1+ # not relevant to the way grpc is used in fabconnect
2+ # see https://github.com/hyperledger/firefly-fabconnect/pull/123#discussion_r1543748524
3+ GHSA-m425-mq94-257g
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ RUN make
99
1010FROM alpine:3.19 AS SBOM
1111WORKDIR /
12- ADD . /SBOM
12+ COPY . /SBOM
1313RUN apk add --no-cache curl
1414RUN curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.48.3
1515RUN trivy fs --format spdx-json --output /sbom.spdx.json /SBOM
16- RUN trivy sbom /sbom.spdx.json --severity UNKNOWN,HIGH,CRITICAL --exit-code 1
16+ RUN trivy sbom /sbom.spdx.json --severity UNKNOWN,HIGH,CRITICAL --exit-code 1 --ignorefile /SBOM/.trivyignore
1717
1818FROM alpine:3.19
1919WORKDIR /fabconnect
You can’t perform that action at this time.
0 commit comments