Skip to content

Commit 26e8cc3

Browse files
authored
Merge pull request #5 from WalletConnect/feat/disable_container_insights_check
feat(terraform): disabling container insights check in aquasecurity
2 parents dc51330 + cf6a7db commit 26e8cc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-check-infra.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ jobs:
107107
with:
108108
working_directory: ${{ inputs.tf-directory }}
109109
github_token: ${{ secrets.GITHUB_TOKEN }}
110+
additional_args: '--exclude aws-ecs-enable-container-insight'
110111

111112
tflint:
112113
name: TFLint

0 commit comments

Comments
 (0)