Skip to content

Commit

Permalink
feat: (IAC-1472) AWS - Security scan 2024.06 (#293)
Browse files Browse the repository at this point in the history
* feat: (IAC-1472) AWS - Security scan 2024.06

* bump versions for Terraform and AWS cli in container structure test

* remove temp conditional for git config cmd
  • Loading branch information
dhoucgitter authored Jul 3, 2024
1 parent 324e6e9 commit 23d0db9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ARG TERRAFORM_VERSION=1.8.3
ARG AWS_CLI_VERSION=2.15.46
ARG TERRAFORM_VERSION=1.8.5
ARG AWS_CLI_VERSION=2.16.5
FROM hashicorp/terraform:$TERRAFORM_VERSION as terraform

FROM amazon/aws-cli:$AWS_CLI_VERSION
ARG KUBECTL_VERSION=1.28.7
ARG KUBECTL_VERSION=1.28.11

WORKDIR /viya4-iac-aws

Expand Down
4 changes: 2 additions & 2 deletions container-structure-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ commandTests:
- name: "terraform version"
command: "terraform"
args: ["--version"]
expectedOutput: ["Terraform v1.8.3"]
expectedOutput: ["Terraform v1.8.5"]
- name: "aws-cli version"
command: "sh"
args:
- -c
- |
aws --version
expectedOutput: ["aws-cli/2.15.46"]
expectedOutput: ["aws-cli/2.16.5"]

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

0 comments on commit 23d0db9

Please sign in to comment.