You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -135,8 +135,10 @@ If that's not working as expected, some other questions can be checked
135
135
136
136
**Image Scanning**
137
137
138
-
Upload any image to the ECR repository of AWS.
139
-
<br/>You should see a log in the ECS-cloud-scanner task + CodeBuild project being launched successfully
138
+
- For ECR image scanning, upload any image to an ECR repository of AWS. Can find CLI instructions within the UI of AWS
139
+
- For ECS running image scanning, deploy any task in your own cluster, or the one that we create to deploy our workload (ex.`amazon/amazon-ecs-sample` image).
140
+
141
+
You should see a log in the ECS cloud-connector task + CodeBuild project being launched successfully
140
142
141
143
<br/><br/>
142
144
@@ -175,11 +177,12 @@ S: Specify the desired VPC region availability zones for the vpc module, using t
175
177
A: Make sure you installed both [cloud-bench](https://github.com/sysdiglabs/terraform-aws-secure-for-cloud/tree/master/modules/services/cloud-bench) and [cloud-connector](https://github.com/sysdiglabs/terraform-aws-secure-for-cloud/tree/master/modules/services/cloud-connector) modules
176
178
177
179
### Q: How to iterate cloud-connector modification testing
180
+
178
181
A: Build a custom docker image of cloud-connector `docker build . -t <DOCKER_IMAGE> -f ./build/cloud-connector/Dockerfile` and upload it to any registry (like dockerhub).
179
182
Modify the [var.image](https://github.com/sysdiglabs/terraform-aws-secure-for-cloud/tree/master/modules/services/cloud-connector/variables.tf) variable to point to your image and deploy
180
183
181
-
182
184
### Q: How can I iterate ECS modification testing
185
+
183
186
A: After applying your modifications (vía terraform for example) restart the service
0 commit comments