Skip to content

Commit

Permalink
Prisma Cloud [bot] commented
Browse files Browse the repository at this point in the history
  • Loading branch information
prisma-cloud-devsecops[bot] authored Feb 16, 2024
1 parent dfb58aa commit 80e31e4
Show file tree
Hide file tree
Showing 24 changed files with 127 additions and 0 deletions.
15 changes: 15 additions & 0 deletions terraform/aws/db-app.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ resource "aws_db_instance" "default" {
git_org = "bridgecrewio"
git_repo = "terragoat"
yor_trace = "47c13290-c2ce-48a7-b666-1b0085effb92"
}, {
application = "sockshop"
})

# Ignore password changes from tf plan diff
Expand All @@ -59,6 +61,8 @@ resource "aws_db_option_group" "default" {
git_org = "bridgecrewio"
git_repo = "terragoat"
yor_trace = "c8076043-5de7-4203-9a1c-b4e61900628a"
}, {
application = "sockshop"
})
}

Expand Down Expand Up @@ -91,6 +95,8 @@ resource "aws_db_parameter_group" "default" {
git_org = "bridgecrewio"
git_repo = "terragoat"
yor_trace = "6432b3f9-3f45-4463-befc-2e0f2fbdffc1"
}, {
application = "sockshop"
})
}

Expand All @@ -111,6 +117,8 @@ resource "aws_db_subnet_group" "default" {
git_org = "bridgecrewio"
git_repo = "terragoat"
yor_trace = "b8368249-50c5-4a24-bdb0-9f83d197b11c"
}, {
application = "sockshop"
})
}

Expand All @@ -130,6 +138,8 @@ resource "aws_security_group" "default" {
git_org = "bridgecrewio"
git_repo = "terragoat"
yor_trace = "7b251090-8ac1-4290-bd2e-bf3e16126430"
}, {
application = "sockshop"
})
}

Expand Down Expand Up @@ -165,6 +175,7 @@ resource "aws_iam_instance_profile" "ec2profile" {
git_org = "bridgecrewio"
git_repo = "terragoat"
yor_trace = "6d33b2b9-2dd3-4915-b5d4-283152c928f1"
application = "sockshop"
}
}

Expand Down Expand Up @@ -200,6 +211,8 @@ EOF
git_org = "bridgecrewio"
git_repo = "terragoat"
yor_trace = "d4b631c1-c1d0-4986-affb-fb8b94a6a7a5"
}, {
application = "sockshop"
})
}

Expand Down Expand Up @@ -409,6 +422,8 @@ EOF
git_org = "bridgecrewio"
git_repo = "terragoat"
yor_trace = "f7999d4e-c983-43ee-bd88-7903a6f8483e"
}, {
application = "sockshop"
})
}

Expand Down
23 changes: 23 additions & 0 deletions terraform/aws/ec2.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ EOF
git_org = "bridgecrewio"
git_repo = "terragoat"
yor_trace = "347af3cd-4f70-4632-aca3-4d5e30ffc0b6"
}, {
application = "sockshop"
})
}

Expand All @@ -47,6 +49,8 @@ resource "aws_ebs_volume" "web_host_storage" {
git_org = "bridgecrewio"
git_repo = "terragoat"
yor_trace = "c5509daf-10f0-46af-9e03-41989212521d"
}, {
application = "sockshop"
})
}

Expand All @@ -65,6 +69,8 @@ resource "aws_ebs_snapshot" "example_snapshot" {
git_org = "bridgecrewio"
git_repo = "terragoat"
yor_trace = "c1008080-ec2f-4512-a0d0-2e9330aa58f0"
}, {
application = "sockshop"
})
}

Expand Down Expand Up @@ -111,6 +117,7 @@ resource "aws_security_group" "web-node" {
git_org = "bridgecrewio"
git_repo = "terragoat"
yor_trace = "b7af1b40-64eb-4519-a1a0-ab198db4b193"
application = "sockshop"
}
}

Expand All @@ -129,6 +136,8 @@ resource "aws_vpc" "web_vpc" {
git_org = "bridgecrewio"
git_repo = "terragoat"
yor_trace = "9bf2359b-952e-4570-9595-52eba4c20473"
}, {
application = "sockshop"
})
}

Expand All @@ -149,6 +158,8 @@ resource "aws_subnet" "web_subnet" {
git_org = "bridgecrewio"
git_repo = "terragoat"
yor_trace = "0345f650-d280-4ca8-86c9-c71c38c0eda8"
}, {
application = "sockshop"
})
}

Expand All @@ -169,6 +180,8 @@ resource "aws_subnet" "web_subnet2" {
git_org = "bridgecrewio"
git_repo = "terragoat"
yor_trace = "224af03a-00e0-4981-be30-14965833c2db"
}, {
application = "sockshop"
})
}

Expand All @@ -187,6 +200,8 @@ resource "aws_internet_gateway" "web_igw" {
git_org = "bridgecrewio"
git_repo = "terragoat"
yor_trace = "d8e63cb4-2fb5-4726-9c86-5fd05ef03674"
}, {
application = "sockshop"
})
}

Expand All @@ -204,6 +219,8 @@ resource "aws_route_table" "web_rtb" {
git_org = "bridgecrewio"
git_repo = "terragoat"
yor_trace = "5e4fee6e-a6aa-4b61-a741-47c5efb463e1"
}, {
application = "sockshop"
})
}

Expand Down Expand Up @@ -243,6 +260,8 @@ resource "aws_network_interface" "web-eni" {
git_org = "bridgecrewio"
git_repo = "terragoat"
yor_trace = "7e2ffea8-739f-467d-b57b-53cbc0d7ccbe"
}, {
application = "sockshop"
})
}

Expand All @@ -265,6 +284,8 @@ resource "aws_flow_log" "vpcflowlogs" {
git_org = "bridgecrewio"
git_repo = "terragoat"
yor_trace = "6808d4b7-45bc-4d1d-9523-96757a3add3a"
}, {
application = "sockshop"
})
}

Expand All @@ -284,6 +305,8 @@ resource "aws_s3_bucket" "flowbucket" {
git_org = "bridgecrewio"
git_repo = "terragoat"
yor_trace = "f058838a-b1e0-4383-b965-7e06e987ffb1"
}, {
application = "sockshop"
})
}

Expand Down
2 changes: 2 additions & 0 deletions terraform/aws/ecr.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ resource aws_ecr_repository "repository" {
git_org = "bridgecrewio"
git_repo = "terragoat"
yor_trace = "7a3ec657-fa54-4aa2-8467-5d08d6c90bc2"
}, {
application = "sockshop"
})
}

Expand Down
8 changes: 8 additions & 0 deletions terraform/aws/eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ resource aws_iam_role "iam_for_eks" {
git_org = "bridgecrewio"
git_repo = "terragoat"
yor_trace = "de052596-21a0-43de-8153-469add277b18"
application = "sockshop"
}
}

Expand Down Expand Up @@ -56,6 +57,8 @@ resource aws_vpc "eks_vpc" {
git_org = "bridgecrewio"
git_repo = "terragoat"
yor_trace = "1600ca6c-72f6-45c0-a71d-88e117e51d6b"
}, {
application = "sockshop"
})
}

Expand Down Expand Up @@ -84,6 +87,8 @@ resource aws_subnet "eks_subnet1" {
"kubernetes.io/cluster/$$$${local.eks_name.value}" = "shared"
"kubernetes.io/cluster/$$${local.eks_name.value}" = "shared"
"kubernetes.io/cluster/$${local.eks_name.value}" = "shared"
}, {
application = "sockshop"
})
}

Expand Down Expand Up @@ -112,6 +117,8 @@ resource aws_subnet "eks_subnet2" {
"kubernetes.io/cluster/$$$${local.eks_name.value}" = "shared"
"kubernetes.io/cluster/$$${local.eks_name.value}" = "shared"
"kubernetes.io/cluster/$${local.eks_name.value}" = "shared"
}, {
application = "sockshop"
})
}

Expand All @@ -137,6 +144,7 @@ resource aws_eks_cluster "eks_cluster" {
git_org = "bridgecrewio"
git_repo = "terragoat"
yor_trace = "7fa14261-c18d-4fa2-aec4-746f6e64d2d3"
application = "sockshop"
}
}

Expand Down
2 changes: 2 additions & 0 deletions terraform/aws/elb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,7 @@ resource "aws_elb" "weblb" {
git_org = "bridgecrewio"
git_repo = "terragoat"
yor_trace = "b4a83ce9-9a45-43b4-b6d9-1783c282f702"
}, {
application = "sockshop"
})
}
1 change: 1 addition & 0 deletions terraform/aws/es.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ resource "aws_elasticsearch_domain" "monitoring-framework" {
git_org = "bridgecrewio"
git_repo = "terragoat"
yor_trace = "95131dec-d7c9-49bb-9aff-eb0e2736603b"
application = "sockshop"
}
}

Expand Down
2 changes: 2 additions & 0 deletions terraform/aws/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ resource "aws_iam_user" "user" {
git_org = "bridgecrewio"
git_repo = "terragoat"
yor_trace = "9b45b298-c1ea-426a-9644-610780021eaa"
}, {
application = "sockshop"
})

}
Expand Down
1 change: 1 addition & 0 deletions terraform/aws/kms.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ resource "aws_kms_key" "logs_key" {
git_org = "bridgecrewio"
git_repo = "terragoat"
yor_trace = "cd8fa2a7-4868-4cd1-993d-da4644808ce5"
application = "sockshop"
}
}

Expand Down
2 changes: 2 additions & 0 deletions terraform/aws/lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ EOF
git_org = "bridgecrewio"
git_repo = "terragoat"
yor_trace = "93cfa6f9-a257-40c3-b7dc-3c3686929734"
application = "sockshop"
}
}

Expand Down Expand Up @@ -55,5 +56,6 @@ resource "aws_lambda_function" "analysis_lambda" {
git_org = "bridgecrewio"
git_repo = "terragoat"
yor_trace = "f7d8bc47-e5d9-4b09-9d8f-e7b9724d826e"
application = "sockshop"
}
}
2 changes: 2 additions & 0 deletions terraform/aws/neptune.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ resource "aws_neptune_cluster" "default" {
git_org = "bridgecrewio"
git_repo = "terragoat"
yor_trace = "0d4cbb85-73ed-4ca0-b1da-296e4185f34e"
application = "sockshop"
}
}

Expand All @@ -35,6 +36,7 @@ resource "aws_neptune_cluster_instance" "default" {
git_org = "bridgecrewio"
git_repo = "terragoat"
yor_trace = "9b2b45fd-6f9f-44fd-b8bc-868b1db178b3"
application = "sockshop"
}
}

Expand Down
9 changes: 9 additions & 0 deletions terraform/aws/rds.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ resource "aws_rds_cluster" "app1-rds-cluster" {
git_org = "matansha"
git_repo = "terragoat"
yor_trace = "b6f2c2ec-0715-46a0-83d4-502e588826d1"
application = "sockshop"
}
}

Expand All @@ -27,6 +28,7 @@ resource "aws_rds_cluster" "app2-rds-cluster" {
git_org = "matansha"
git_repo = "terragoat"
yor_trace = "d33c9292-952b-4c1f-9973-b6dbad519461"
application = "sockshop"
}
}

Expand All @@ -43,6 +45,7 @@ resource "aws_rds_cluster" "app3-rds-cluster" {
git_org = "matansha"
git_repo = "terragoat"
yor_trace = "2a8584b1-7e9d-4739-8e37-366620c92027"
application = "sockshop"
}
}

Expand All @@ -59,6 +62,7 @@ resource "aws_rds_cluster" "app4-rds-cluster" {
git_org = "matansha"
git_repo = "terragoat"
yor_trace = "284aaeed-fd3f-4b7a-b5f8-61a8457f4d83"
application = "sockshop"
}
}

Expand All @@ -75,6 +79,7 @@ resource "aws_rds_cluster" "app5-rds-cluster" {
git_org = "matansha"
git_repo = "terragoat"
yor_trace = "0b2bea23-5ca5-4bd1-956e-b9ed978daadf"
application = "sockshop"
}
}

Expand All @@ -91,6 +96,7 @@ resource "aws_rds_cluster" "app6-rds-cluster" {
git_org = "matansha"
git_repo = "terragoat"
yor_trace = "fcffb961-d859-4be5-997f-d51b50665ada"
application = "sockshop"
}
}

Expand All @@ -107,6 +113,7 @@ resource "aws_rds_cluster" "app7-rds-cluster" {
git_org = "matansha"
git_repo = "terragoat"
yor_trace = "ebc2ac20-23a3-4518-a7ef-3a102b003ab6"
application = "sockshop"
}
}

Expand All @@ -124,6 +131,7 @@ resource "aws_rds_cluster" "app8-rds-cluster" {
git_repo = "terragoat"
yor_trace = "af643747-0967-4251-8645-3b54882c2507"

application = "sockshop"
}
}

Expand All @@ -140,5 +148,6 @@ resource "aws_rds_cluster" "app9-rds-cluster" {
git_org = "matansha"
git_repo = "terragoat"
yor_trace = "a0c98536-c751-4743-92f1-a106ce750249"
application = "sockshop"
}
}
Loading

0 comments on commit 80e31e4

Please sign in to comment.