Skip to content

Commit

Permalink
update checkov baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
noah-paige committed Nov 5, 2024
1 parent 25334bc commit fca14f2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .checkov.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,13 @@
"CKV_AWS_115"
]
},
{
"resource": "AWS::Lambda::Function.CustomAuthorizerFunctiondevB38B5CCB",
"check_ids": [
"CKV_AWS_115",
"CKV_AWS_116"
]
},
{
"resource": "AWS::Lambda::Function.ElasticSearchProxyHandlerDBDE7574",
"check_ids": [
Expand All @@ -210,6 +217,12 @@
"CKV_AWS_158"
]
},
{
"resource": "AWS::Logs::LogGroup.customauthorizerloggroup8F3B5B9D",
"check_ids": [
"CKV_AWS_158"
]
},
{
"resource": "AWS::Logs::LogGroup.dataalldevapigateway2625FE76",
"check_ids": [
Expand Down
1 change: 0 additions & 1 deletion deploy/stacks/lambda_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
from .pyNestedStack import pyNestedClass
from .solution_bundling import SolutionBundling
from .waf_rules import get_waf_rules
from .run_if import run_if


class LambdaApiStack(pyNestedClass):
Expand Down

0 comments on commit fca14f2

Please sign in to comment.