Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tfsec Version to 1.28.4 #442

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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