Skip to content

Commit eae5447

Browse files
author
iru
authored
docs: fix broken link and clarify
1 parent c0dbda1 commit eae5447

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,11 @@ s3: GetObject
8989
# all type scanning
9090
codebuild: StartBuild
9191

92-
# deploy_image_scanning_ecr
93-
ecs:DescribeTaskDefinition
9492

9593
# deploy_image_scanning_ecs
94+
ecs:DescribeTaskDefinition
95+
96+
# deploy_image_scanning_ecr
9697
ecr: GetAuthorizationToken
9798
ecr: BatchCheckLayerAvailability
9899
ecr: GetDownloadUrlForLayer
@@ -107,7 +108,7 @@ ecr: ListTagsForResource
107108
ecr: DescribeImageScanFindings
108109
```
109110
- Other Notes:
110-
- [Runtime AWS IAM permissions on JSON Statement format](https://github.com/sysdiglabs/terraform-aws-secure-for-cloud/blob/master/resources/policy-single-account-k8s-aws.json)
111+
- [Runtime AWS IAM permissions on JSON Statement format](https://github.com/sysdiglabs/terraform-aws-secure-for-cloud/blob/master/resources/sfc-policy.json)
111112
- only Sysdig workload related permissions are specified above; infrastructure internal resource permissions (such as Cloudtrail permissions to publish on SNS, or SNS-SQS Subscription)
112113
are not detailed.
113114
- For a better security, permissions are resource pinned, instead of `*`

0 commit comments

Comments
 (0)