We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a318082 + 3f5a957 commit 57b0fbaCopy full SHA for 57b0fba
samples/bedrock-agent/lambda/action-group.yaml
@@ -3,14 +3,14 @@ info:
3
title: Literary API
4
description: Actions that Bedrock Agents can take to retrieve book details.
5
version: 1.0.0
6
-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
7
paths:
8
/top_books:
9
get:
10
summary: Get metadata about the most popular books
11
description: Get metadata about the most popular books in the library.
12
operationId: getTopBooks
13
- security: #checkov:skip=CKV_OPENAPI_5:Demonstration security operations empty
+ #checkov:skip=CKV_OPENAPI_5:Demonstration security operations empty
14
responses:
15
'200':
16
description: Successful operation
0 commit comments