We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26797c4 commit 1cd3c48Copy full SHA for 1cd3c48
Dockerfile
@@ -5,7 +5,7 @@ FROM python:3.10
5
# Install tf-policy-validator
6
# Cloning the `terraform-iam-policy-validator` repo for default config for terraform templates
7
# 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
+RUN pip install tf-policy-validator==0.0.9 && git clone https://github.com/awslabs/terraform-iam-policy-validator.git
9
10
ENV TERRAFORM_CONFIG_DEFAULT=/terraform-iam-policy-validator/iam_check/config/default.yaml
11
0 commit comments