Skip to content

Commit

Permalink
fix: Copy tfsec to correct location
Browse files Browse the repository at this point in the history
Signed-off-by: Owen Rumney <[email protected]>
  • Loading branch information
owenrumney committed Jun 9, 2022
1 parent 616b768 commit 56cd10d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM alpine:latest
# install git
RUN apk add --no-cache git

COPY tfsec /tfsec
COPY tfsec /usr/bin/tfsec

## use a non-privileged user
RUN adduser -D tfsec
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM alpine:latest
# install git
RUN apk add --no-cache git

COPY tfsec /tfsec
COPY tfsec /usr/bin/tfsec

## use a non-privileged user
RUN adduser -D tfsec
Expand Down

0 comments on commit 56cd10d

Please sign in to comment.