Skip to content

Commit

Permalink
feat: use trivy-based terraform scanner instead
Browse files Browse the repository at this point in the history
  • Loading branch information
myjaffoo committed May 30, 2024
1 parent 1001785 commit db800b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ permissions:

jobs:
role-validation:
uses: appvia/appvia-cicd-workflows/.github/workflows/terraform-module-validation.yml@main
uses: appvia/appvia-cicd-workflows/.github/workflows/terraform-module-validation.yml@trivy
name: OIDC Role Module
with:
working-directory: modules/role

remote-state-validation:
uses: appvia/appvia-cicd-workflows/.github/workflows/terraform-module-validation.yml@main
uses: appvia/appvia-cicd-workflows/.github/workflows/terraform-module-validation.yml@trivy
name: Remote State Module
with:
working-directory: modules/remote_state

provider-validation:
uses: appvia/appvia-cicd-workflows/.github/workflows/terraform-module-validation.yml@main
uses: appvia/appvia-cicd-workflows/.github/workflows/terraform-module-validation.yml@trivy
name: Provider Module
with:
working-directory: modules/provider

0 comments on commit db800b5

Please sign in to comment.