Skip to content

Commit

Permalink
Update tfsec to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
${GITHUB_ACTOR_NAME} committed Sep 11, 2023
1 parent 726bfe4 commit d196522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions milmove-infra-tf132/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ RUN set -ex && cd ~ \
&& chmod 755 /usr/local/bin/terraform-docs

#install tfsec
ARG TFSEC_VERSION=1.28.1
ARG TFSEC_SHA256SUM=17c1bd99ebe13be77ac775651bc61f44b2b4409b4578485f1168eab8c3e97507
ARG TFSEC_VERSION=1.28.4
ARG TFSEC_SHA256SUM=ecd6c40122835356b78d9488328c2c1c186a1a03c8ae00c6a33ba1c08909a4d9
RUN set -ex && cd ~ \
&& curl -sSLO https://github.com/aquasecurity/tfsec/releases/download/v${TFSEC_VERSION}/tfsec-linux-amd64 \
&& [ $(sha256sum tfsec-linux-amd64 | cut -f1 -d' ') = ${TFSEC_SHA256SUM} ] \
Expand Down

0 comments on commit d196522

Please sign in to comment.