Skip to content

Commit

Permalink
[nc] test terraform-actions plan workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Nic Cheneweth <nchenewe@thoughtworks.com>
  • Loading branch information
ncheneweth committed May 21, 2024
1 parent c046d03 commit 5cf3483
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/development-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ permissions:

jobs:

static-code-analysis:
name: static code analysis
uses: ThoughtWorks-DPS/terraform-action/.github/workflows/static-code-analysis.yaml@main
with:
tflint-scan: true
tflint-provider: aws
tflint-provider-version: 0.31.0
trivy-scan: true
# static-code-analysis:
# name: static code analysis
# uses: ThoughtWorks-DPS/terraform-action/.github/workflows/static-code-analysis.yaml@main
# with:
# tflint-scan: true
# tflint-provider: aws
# tflint-provider-version: 0.31.0
# trivy-scan: true

plan:
name: terraform plan
Expand All @@ -32,5 +32,4 @@ jobs:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
with:
workspace: sbx-i01-aws-us-east-1
checkov-scan: true
before-init: nonprod

0 comments on commit 5cf3483

Please sign in to comment.