Skip to content

Commit 3f0575b

Browse files
committed
fix path
1 parent 3a69e97 commit 3f0575b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/base/.devcontainer/Dockerfile.trivy.amd64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM alpine:3.23.3 AS build
22
ARG TARGETARCH
33
RUN apk add --no-cache cosign bash curl jq
4-
COPY scripts/install_trivy.sh /tmp/install_trivy.sh
4+
COPY src/base/.devcontainer/scripts/install_trivy.sh /tmp/install_trivy.sh
55
RUN INSTALL_DIR=/tmp/trivy/ ARCH=64bit /tmp/install_trivy.sh
66

77
FROM scratch

src/base/.devcontainer/Dockerfile.trivy.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM alpine:3.23.3 AS build
22
ARG TARGETARCH
33
RUN apk add --no-cache cosign bash curl jq
4-
COPY scripts/install_trivy.sh /tmp/install_trivy.sh
4+
COPY src/base/.devcontainer/scripts/install_trivy.sh /tmp/install_trivy.sh
55
RUN INSTALL_DIR=/tmp/trivy/ ARCH=ARM64 /tmp/install_trivy.sh
66

77
FROM scratch

0 commit comments

Comments
 (0)