From 5cf34835254aafc0421220cd52d2aaad4aa948c2 Mon Sep 17 00:00:00 2001 From: Nic Cheneweth Date: Tue, 21 May 2024 11:53:03 -0500 Subject: [PATCH] [nc] test terraform-actions plan workflow Signed-off-by: Nic Cheneweth --- .github/workflows/development-build.yaml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/workflows/development-build.yaml b/.github/workflows/development-build.yaml index aaa5b91..ea4aeda 100644 --- a/.github/workflows/development-build.yaml +++ b/.github/workflows/development-build.yaml @@ -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 @@ -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 \ No newline at end of file