Skip to content

Commit 1cd3c48

Browse files
authored
Update the version of tf-policy-validator to 0.0.9. (#12)
1 parent 26797c4 commit 1cd3c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM python:3.10
55
# Install tf-policy-validator
66
# Cloning the `terraform-iam-policy-validator` repo for default config for terraform templates
77
# ToDo: Once we start using the tags for releases, we should use the tag associated with the version we download by using flag --branch <tag>
8-
RUN pip install tf-policy-validator==0.0.8 && git clone https://github.com/awslabs/terraform-iam-policy-validator.git
8+
RUN pip install tf-policy-validator==0.0.9 && git clone https://github.com/awslabs/terraform-iam-policy-validator.git
99

1010
ENV TERRAFORM_CONFIG_DEFAULT=/terraform-iam-policy-validator/iam_check/config/default.yaml
1111

0 commit comments

Comments
 (0)