Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion tools/@aws-cdk/cfn-guard-custom-rules-tool/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ inputs:
data_directory:
description: "Path to CloudFormation templates"
required: true
rule_set_path:
description: "Path to a single .guard file locally"
required: false
rule_set_url:
description: "URL to a single .guard file on GitHub"
required: true
required: false
show_summary:
description: "cfn-guard summary output. Options are all, pass, fail, skip or none"
required: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"Action": "sts:AssumeRole",
"Effect": "Allow",
"Principal": {
"Service": "lambda.amazonaws.com"
"Service": "lambda.amazonaws.com"
}
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
[
"arn:",
{
"Ref": "AWS::Partition"
"Ref": "AWS::Partition"
},
":iam::",
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"Action": "sts:AssumeRole",
"Effect": "Allow",
"Principal": {
"Service": "codepipeline.amazonaws.com"
"Service": "codepipeline.amazonaws.com"
}
}
],
Expand Down
Loading