Skip to content

Commit

Permalink
[#227] Update the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nvminhtue committed Mar 1, 2024
1 parent f81c0dc commit 01f80b7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test-generated-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ on:
pull_request:
types: [opened, synchronize]

env:
TERRAFORM_VERSION: "1.5.5"
TFSEC_VERSION: "v1.28.1"

jobs:
test-generated-project:
test:
name: Run Tests Generated Project
runs-on: ubuntu-latest

Expand Down Expand Up @@ -42,4 +46,5 @@ jobs:
run: terraform fmt -recursive -check

- name: Run trivy linter
run: cd aws-advanced-test && trivy config .
working-directory: aws-advanced-test
run: trivy config .

0 comments on commit 01f80b7

Please sign in to comment.