Skip to content

Commit 701d52a

Browse files
Merge pull request #70 from sourcefuse/refactor/ecs
Refactored ECS Fargate Module
2 parents 77a28ad + 3fcabd0 commit 701d52a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1410
-2321
lines changed

.snyk

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
33
ignore:
44
SNYK-CC-TF-1:
5-
- 'main.tf > input > resource > aws_security_group[ecs_task_sg] > ingress':
6-
reason: That inbound traffic is allowed to a resource from any source instead
7-
of a restricted range. That potentially everyone can access your
8-
resource
9-
expires: 2025-04-01T00:00:00.000Z
5+
- 'modules/alb/main.tf > input > resource > aws_security_group[lb_sg] > ingress[0]':
6+
reason: That inbound traffic is allowed to a resource from any source as it is for an internet facing ALB.
7+
expires: 2026-04-01T00:00:00.000Z
108
created: 2023-02-28T18:20:39.256Z

.terraform.lock.hcl

Lines changed: 18 additions & 102 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)