Skip to content

Commit

Permalink
Apply CKV_AWS_272 suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Taylor <[email protected]>
  • Loading branch information
m-wynn and tsmithv11 authored Jan 6, 2025
1 parent b34deb9 commit 7b30753
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ This policy ensures that an AWS Lambda function has been properly configured to

To address the issue, you need to enable the code-signing configuration for your AWS Lambda function. Code-signing adds an extra layer of security to your application by ensuring that the deployed code is not tampered with.

[source,terraform]
Example:

[source,go]
----
resource "aws_lambda_function" "example" {
function_name = "example"
Expand Down

0 comments on commit 7b30753

Please sign in to comment.