Skip to content

Commit

Permalink
Merge pull request #156 from kaleido-io/cve-fix
Browse files Browse the repository at this point in the history
Fix HIGH cve in cross-spawn
  • Loading branch information
EnriqueL8 authored Nov 19, 2024
2 parents 7c86f7c + 9ca3ccb commit c0d7284
Show file tree
Hide file tree
Showing 2 changed files with 2,667 additions and 9,203 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN trivy fs --format spdx-json --output /sbom.spdx.json /SBOM
RUN trivy sbom /sbom.spdx.json --severity UNKNOWN,HIGH,CRITICAL --exit-code 1

FROM $BASE_IMAGE
RUN apk add curl=8.9.1-r0
RUN apk add curl=8.9.1-r1
# We also need to keep copying it to the old location to maintain compatibility with the FireFly CLI
COPY --from=solidity-build --chown=1001:0 /home/node/artifacts/contracts/ERC1155MixedFungible.sol/ERC1155MixedFungible.json /root/contracts/
WORKDIR /app
Expand Down
Loading

0 comments on commit c0d7284

Please sign in to comment.