From 3f5a9571f496651194b56bc4042ce74ba335bbd7 Mon Sep 17 00:00:00 2001 From: Scott Schreckengaust Date: Mon, 2 Dec 2024 11:20:24 -0800 Subject: [PATCH] fix: action group Signed-off-by: Scott Schreckengaust --- samples/bedrock-agent/lambda/action-group.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/bedrock-agent/lambda/action-group.yaml b/samples/bedrock-agent/lambda/action-group.yaml index 8a1dc48..b7031fa 100644 --- a/samples/bedrock-agent/lambda/action-group.yaml +++ b/samples/bedrock-agent/lambda/action-group.yaml @@ -3,14 +3,14 @@ info: title: Literary API description: Actions that Bedrock Agents can take to retrieve book details. version: 1.0.0 -security: #checkov:skip=CKV_OPENAPI_4:Sample has no global security field rules +#checkov:skip=CKV_OPENAPI_4:Sample has no global security field rules paths: /top_books: get: summary: Get metadata about the most popular books description: Get metadata about the most popular books in the library. operationId: getTopBooks - security: #checkov:skip=CKV_OPENAPI_5:Demonstration security operations empty + #checkov:skip=CKV_OPENAPI_5:Demonstration security operations empty responses: '200': description: Successful operation