Skip to content

Commit

Permalink
Merge pull request #441 from transcom/tfsec-update-1.28.2
Browse files Browse the repository at this point in the history
Update tfsec Version to 1.28.2
  • Loading branch information
deandreJones authored Nov 24, 2023
2 parents 7aa5239 + 997ea28 commit 6fa32ec
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.2
ARG TFSEC_SHA256SUM=b3e36c2c75809ea03ae6d496e2a67ac273e33f4b9625920b51dc0b47a759d90d
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 6fa32ec

Please sign in to comment.