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
CKV_AWS_272 recommends using some invalid terraform in the aws_lambda_code_signing_config. Additionally, using a local zip file does not make a lot of sense when using Code Signing, since the aws signer signing job expects to see the file in an s3 bucket and dump it into another s3 bucket.
We can fix the terraform config and recommend readers to use an aws_signer_signing_job in s3 to configure the source of their lambda function.
The text was updated successfully, but these errors were encountered:
m-wynn
added a commit
to m-wynn/prisma-cloud-docs
that referenced
this issue
Dec 23, 2024
CKV_AWS_272 recommends using some invalid terraform in the
aws_lambda_code_signing_config
. Additionally, using a local zip file does not make a lot of sense when using Code Signing, since the aws signer signing job expects to see the file in an s3 bucket and dump it into another s3 bucket.We can fix the terraform config and recommend readers to use an aws_signer_signing_job in s3 to configure the source of their lambda function.
The text was updated successfully, but these errors were encountered: