mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 06:45:08 +00:00
Updated prowler-codebuild-role name
This change is to fix the issue as reported at https://github.com/toniblyx/prowler/issues/845
This commit is contained in:
@@ -141,7 +141,7 @@ Resources:
|
|||||||
- id: W28
|
- id: W28
|
||||||
reason: "Explicit name is required for this resource to avoid circular dependencies."
|
reason: "Explicit name is required for this resource to avoid circular dependencies."
|
||||||
Properties:
|
Properties:
|
||||||
RoleName: !Sub 'prowler-codebuild-role-${ServiceName}-${AWS::StackName}'
|
RoleName: !Sub 'prowler-codebuild-role'
|
||||||
Path: '/service-role/'
|
Path: '/service-role/'
|
||||||
ManagedPolicyArns:
|
ManagedPolicyArns:
|
||||||
- 'arn:aws:iam::aws:policy/job-function/SupportUser'
|
- 'arn:aws:iam::aws:policy/job-function/SupportUser'
|
||||||
@@ -341,4 +341,4 @@ Resources:
|
|||||||
Outputs:
|
Outputs:
|
||||||
ArtifactBucketName:
|
ArtifactBucketName:
|
||||||
Description: Artifact Bucket Name
|
Description: Artifact Bucket Name
|
||||||
Value: !Ref 'ArtifactBucket'
|
Value: !Ref 'ArtifactBucket'
|
||||||
|
|||||||
Reference in New Issue
Block a user