Skip to content

Commit

Permalink
feat: (IAC-1401) Updated az CLI version to remediate the security vuln
Browse files Browse the repository at this point in the history
  • Loading branch information
riragh committed Apr 8, 2024
1 parent ca4ba01 commit 8f019d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG TERRAFORM_VERSION=1.7.3
ARG AZURECLI_VERSION=2.57.0
ARG AZURECLI_VERSION=2.59.0

FROM hashicorp/terraform:$TERRAFORM_VERSION as terraform
FROM mcr.microsoft.com/azure-cli:$AZURECLI_VERSION
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Access to an **Azure Subscription** and an [**Identity**](./docs/user/TerraformA
- [Terraform](https://www.terraform.io/downloads.html) - v1.7.3
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl) - v1.28.7
- [jq](https://stedolan.github.io/jq/) - v1.6
- [Azure CLI](https://docs.microsoft.com/en-us/cli/azure) - (optional - useful as an alternative to the Azure Portal) - v2.57.0
- [Azure CLI](https://docs.microsoft.com/en-us/cli/azure) - (optional - useful as an alternative to the Azure Portal) - v2.59.0

#### Docker Requirements:
- [Docker](https://docs.docker.com/get-docker/)
Expand Down
2 changes: 1 addition & 1 deletion container-structure-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ commandTests:
- -c
- |
az version -o tsv
expectedOutput: ["2.57.0\t2.57.0\t1.1.0"]
expectedOutput: ["2.59.0\t2.59.0\t1.1.0"]

metadataTest:
workdir: "/viya4-iac-azure"
Expand Down

0 comments on commit 8f019d6

Please sign in to comment.