chore(ci): remove tfsec scanning from Terraform matrix workflows
This commit is contained in:
parent
950a68f6eb
commit
2a22406685
@ -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 }}
|
||||
|
||||
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user