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: deploy/terraform/aws/variables.tf
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,12 @@ variable "external_id" {
20
20
description="Optional. If set, adds an ExternalId condition to the trust policy (confused deputy protection). Pass the same value via --external-id in CleanCloud."
Copy file name to clipboardExpand all lines: docs/rules.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -731,6 +731,7 @@ Confidence thresholds and signal weighting are documented in [confidence.md](con
731
731
**Required permissions:**
732
732
-`sagemaker:ListEndpoints`
733
733
-`sagemaker:DescribeEndpoint`
734
+
-`sagemaker:DescribeEndpointConfig`
734
735
-`cloudwatch:GetMetricStatistics`
735
736
736
737
> **Not run by default.** AI/ML rules are opt-in to avoid surprising users who don't use these services. Run with `cleancloud scan --provider aws --category ai` (or `--category all` to combine with hygiene rules). If the permissions above are not granted, the rule is gracefully skipped and reported in the skipped rules section — it will not fail the scan. Attach [`security/aws/ai-readonly.json`](../security/aws/ai-readonly.json) to your IAM role to enable this rule.
0 commit comments