Skip to content

(TF): Bump hashicorp/aws from 5.39.1 to 5.40.0 in /modules/aws/group_account_assignments #52

(TF): Bump hashicorp/aws from 5.39.1 to 5.40.0 in /modules/aws/group_account_assignments

(TF): Bump hashicorp/aws from 5.39.1 to 5.40.0 in /modules/aws/group_account_assignments #52

name: Validate Terraform with Trivy
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
RunTerraformValidation:
name: Run Terraform Validation
runs-on: ubuntu-latest
steps:
- name: Clone the Repository
uses: actions/checkout@v4
# Results have to be a table as the organisation does not have Advanced Security license.
- name: Run Trivy against Terraform
uses: aquasecurity/[email protected]
with:
scan-type: 'config'
exit-code: '1'