Skip to content

Commit 452f9c5

Browse files
author
iru
authored
doc: add docs for scanning
1 parent 396525a commit 452f9c5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,15 @@ Image scanning is not activated by default. Ensure you have the [required scanni
217217
- For ECR image scanning, upload any image to an ECR repository of AWS. Can find CLI instructions within the UI of AWS
218218
- 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).
219219

220-
It may take some time, but you should see logs detecting the new image in the ECS cloud-connector task and a CodeBuild project being launched successfully
220+
It may take some time, but you should see logs detecting the new image in the ECS cloud-connector task
221+
222+
```
223+
{"component":"ecs-action","message":"processing detection {\"account\":\"***\",\"region\":\"eu-west-3\",\"taskDefinition\":\"apache:1\"}. source=aws_cloudtrail"}
224+
{"component":"ecs-action","message":"analyzing task 'apache:1' in region 'eu-west-3'"}
225+
{"component":"ecs-action","message":"starting ECS scanning for container index 0 in task 'apache:1'"}
226+
```
227+
228+
and a CodeBuild project being launched successfully
221229

222230
<br/><br/>
223231

0 commit comments

Comments
 (0)