Skip to content

Commit b4d09b9

Browse files
author
ChadKluck
committed
updated doc for report script
1 parent e0415aa commit b4d09b9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/in-depth/10-In-Depth-Guide.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,10 @@ For usage info:
9999
```bash
100100
./cli/report_pipelines_managed_arns_param.py -h
101101
```
102+
103+
1. Scans all CloudFormation stacks in the account/region
104+
2. Filters for stacks with names ending in -pipeline
105+
3. Checks each pipeline stack for the two specific parameters:
106+
4. CloudFormationSvcRoleIncludeManagedPolicyArns
107+
5. CodeBuildSvcRoleIncludeManagedPolicyArns
108+
6. Reports only stacks where at least one of these parameters is not empty

0 commit comments

Comments
 (0)