chore(ci): remove tfsec scanning from Terraform matrix workflows

This commit is contained in:
Haitao Pan 2025-11-17 22:38:48 +08:00
parent 950a68f6eb
commit 2a22406685
2 changed files with 2 additions and 6 deletions

View File

@ -15,7 +15,7 @@ on:
env:
BASE_DIR: iac-template/terraform-standard/envs
AWS_REGION: ${{ secrets.AWS_REGION }}
AWS_REGION: ap-northeast-1
DRY_RUN: ${{ github.event.inputs.dry_run || 'true' }}
jobs:
@ -41,8 +41,6 @@ jobs:
with:
tflint_version: v0.51.0
- uses: aquasecurity/tfsec-action@v1.0.3
- uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}

View File

@ -15,7 +15,7 @@ on:
env:
BASE_DIR: iac-template/terraform-standard/envs
AWS_REGION: ${{ secrets.AWS_REGION }}
AWS_REGION: ap-northeast-1
DRY_RUN: ${{ github.event.inputs.dry_run || 'true' }}
jobs:
@ -41,8 +41,6 @@ jobs:
with:
tflint_version: v0.51.0
- uses: aquasecurity/tfsec-action@v1.0.3
- uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}