Skip to content

Commit

Permalink
Added BUILDKIT_SBOM_SCAN_CONTEXT=true to the webclients build (#1351)
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored Jul 23, 2024
1 parent 6ae3bbe commit 953494a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webclient/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# https://docs.docker.com/build/attestations/sbom/#scan-build-context
ARG BUILDKIT_SBOM_SCAN_CONTEXT=true

FROM node:21-alpine3.19 as build-stage
WORKDIR /app
ENV PNPM_HOME="/pnpm"
Expand Down

0 comments on commit 953494a

Please sign in to comment.