Skip to content

Commit 57b0fba

Browse files
Merge pull request #39 from aws-samples/fix/action-group
fix: action group
2 parents a318082 + 3f5a957 commit 57b0fba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/bedrock-agent/lambda/action-group.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ info:
33
title: Literary API
44
description: Actions that Bedrock Agents can take to retrieve book details.
55
version: 1.0.0
6-
security: #checkov:skip=CKV_OPENAPI_4:Sample has no global security field rules
6+
#checkov:skip=CKV_OPENAPI_4:Sample has no global security field rules
77
paths:
88
/top_books:
99
get:
1010
summary: Get metadata about the most popular books
1111
description: Get metadata about the most popular books in the library.
1212
operationId: getTopBooks
13-
security: #checkov:skip=CKV_OPENAPI_5:Demonstration security operations empty
13+
#checkov:skip=CKV_OPENAPI_5:Demonstration security operations empty
1414
responses:
1515
'200':
1616
description: Successful operation

0 commit comments

Comments
 (0)