Skip to content

Commit

Permalink
Merge pull request #70 from sourcefuse/refactor/ecs
Browse files Browse the repository at this point in the history
Refactored ECS Fargate Module
  • Loading branch information
siddharth-singh1 authored Dec 9, 2024
2 parents 77a28ad + 3fcabd0 commit 701d52a
Show file tree
Hide file tree
Showing 48 changed files with 1,410 additions and 2,321 deletions.
8 changes: 3 additions & 5 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
SNYK-CC-TF-1:
- 'main.tf > input > resource > aws_security_group[ecs_task_sg] > ingress':
reason: That inbound traffic is allowed to a resource from any source instead
of a restricted range. That potentially everyone can access your
resource
expires: 2025-04-01T00:00:00.000Z
- 'modules/alb/main.tf > input > resource > aws_security_group[lb_sg] > ingress[0]':
reason: That inbound traffic is allowed to a resource from any source as it is for an internet facing ALB.
expires: 2026-04-01T00:00:00.000Z
created: 2023-02-28T18:20:39.256Z
120 changes: 18 additions & 102 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 701d52a

Please sign in to comment.