We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a383695 commit c9d8c2aCopy full SHA for c9d8c2a
infrastructure/stacks/iams-developer-roles/github_actions_policies.tf
@@ -712,6 +712,7 @@ resource "aws_iam_policy" "kinesis_management" {
712
resource "aws_iam_policy" "code_signing_management" {
713
#checkov:skip=CKV_AWS_290: Actions require wildcard resource for Lambda code signing configs and Signer jobs
714
#checkov:skip=CKV_AWS_235: Actions require wildcard resource for Lambda code signing configs and Signer jobs
715
+ #checkov:skip=CKV_AWS_355: Actions require wildcard resource for Lambda code signing configs and Signer jobs
716
name = "code-signing-management"
717
description = "Allow GitHub Actions to manage Lambda code signing and start Signer jobs"
718
path = "/service-policies/"
0 commit comments