Skip to content

Commit 38270a4

Browse files
author
iru
authored
docs: clarify scanning start logs on force events
1 parent 40a7a2f commit 38270a4

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

README.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -145,20 +145,26 @@ Alternativelly, use Terraform example module to trigger **Create IAM Policy that
145145

146146
### Forcing Events - Image Scanning
147147

148-
Image scanning is not activated by default. Ensure you have the [required scanning enablers](https://docs.sysdig.com/en/docs/installation/sysdig-secure-for-cloud/deploy-sysdig-secure-for-cloud-on-aws/#enabling-image-scanner) in place
148+
:warning: Image scanning is not activated by default.
149+
Ensure you have the [required scanning enablers](https://docs.sysdig.com/en/docs/installation/sysdig-secure-for-cloud/deploy-sysdig-secure-for-cloud-on-aws/#enabling-image-scanner) in place.
150+
151+
When scanning is activated, should see following lines on the cloud-connector compute componente logs
152+
```
153+
{"component":"ecs-action","message":"starting Cloud Scanning ECS action"}
154+
{"component":"ecr-action","message":"starting Cloud Scanning ECR action"}
155+
```
149156

150157
- For ECR image scanning, upload any image to an ECR repository of AWS. Can find CLI instructions within the UI of AWS
151158
- 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).
152159

153-
It may take some time, but you should see logs detecting the new image in the ECS cloud-connector task
154-
155-
```
156-
{"component":"ecs-action","message":"processing detection {\"account\":\"***\",\"region\":\"eu-west-3\",\"taskDefinition\":\"apache:1\"}. source=aws_cloudtrail"}
157-
{"component":"ecs-action","message":"analyzing task 'apache:1' in region 'eu-west-3'"}
158-
{"component":"ecs-action","message":"starting ECS scanning for container index 0 in task 'apache:1'"}
159-
```
160+
It may take some time, but you should see logs detecting the new image in the ECS cloud-connector task
160161

161-
and a CodeBuild project being launched successfully
162+
```
163+
{"component":"ecs-action","message":"processing detection {\"account\":\"***\",\"region\":\"eu-west-3\",\"taskDefinition\":\"apache:1\"}. source=aws_cloudtrail"}
164+
{"component":"ecs-action","message":"analyzing task 'apache:1' in region 'eu-west-3'"}
165+
{"component":"ecs-action","message":"starting ECS scanning for container index 0 in task 'apache:1'"}
166+
```
167+
and a CodeBuild project being launched successfully
162168
163169
<br/><br/>
164170

0 commit comments

Comments
 (0)