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
The following policy must be attached to the AWS role to be executed.
52
+
53
+
```json
54
+
{
55
+
"Version": "2012-10-17",
56
+
"Statement": [
57
+
{
58
+
"Sid": "VisualEditor0",
59
+
"Effect": "Allow",
60
+
"Action": [
61
+
"ecr:DescribeRepositories",
62
+
"ecr:DescribeImageScanFindings",
63
+
],
64
+
"Resource": "*"
65
+
}
66
+
]
67
+
}
68
+
```
69
+
70
+
## Datadog Autodiscovery
71
+
72
+
If you use Datadog, you can use [Kubernetes Integration Autodiscovery](https://docs.datadoghq.com/agent/kubernetes/integrations/?tab=kubernetes) feature.
0 commit comments