Skip to content

Commit

Permalink
Update integration results
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong committed Jan 30, 2025
1 parent cc29a0c commit 2113aed
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
},
{
"op": "add",
<<<<<<< HEAD
=======
"path": "/properties/GatewayName/maxLength",
"value": 256
},
Expand All @@ -18,7 +16,6 @@
},
{
"op": "add",
>>>>>>> 3dc902511 (Cleanup boto patching and include min/max)
"path": "/definitions/GreengrassV2/properties/CoreDeviceThingName/pattern",
"value": "^[a-zA-Z0-9:_-]+$"
},
Expand Down
60 changes: 60 additions & 0 deletions test/fixtures/results/quickstart/nist_application.json
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,36 @@
"Source": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-ref.html"
}
},
{
"Filename": "test/fixtures/templates/quickstart/nist_application.yaml",
"Id": "3660b41d-f26e-5e41-b3d5-d272146c34d8",
"Level": "Warning",
"Location": {
"End": {
"ColumnNumber": 12,
"LineNumber": 383
},
"Path": [
"Resources",
"rAutoScalingConfigApp",
"Properties",
"KeyName",
"Ref"
],
"Start": {
"ColumnNumber": 9,
"LineNumber": 383
}
},
"Message": "{'Ref': 'pEC2KeyPair'} is shorter than 1 when 'Ref' is resolved",
"ParentId": null,
"Rule": {
"Description": "Resolve the Ref and then validate the values against the schema",
"Id": "W1030",
"ShortDescription": "Validate the values that come from a Ref function",
"Source": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-ref.html"
}
},
{
"Filename": "test/fixtures/templates/quickstart/nist_application.yaml",
"Id": "0bccdd5b-c7c0-7e48-fe9e-7d7be0ee1a55",
Expand Down Expand Up @@ -672,6 +702,36 @@
"Source": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-ref.html"
}
},
{
"Filename": "test/fixtures/templates/quickstart/nist_application.yaml",
"Id": "48257e52-cb5d-de2a-8f08-0416035b604f",
"Level": "Warning",
"Location": {
"End": {
"ColumnNumber": 12,
"LineNumber": 515
},
"Path": [
"Resources",
"rAutoScalingConfigWeb",
"Properties",
"KeyName",
"Ref"
],
"Start": {
"ColumnNumber": 9,
"LineNumber": 515
}
},
"Message": "{'Ref': 'pEC2KeyPair'} is shorter than 1 when 'Ref' is resolved",
"ParentId": null,
"Rule": {
"Description": "Resolve the Ref and then validate the values against the schema",
"Id": "W1030",
"ShortDescription": "Validate the values that come from a Ref function",
"Source": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-ref.html"
}
},
{
"Filename": "test/fixtures/templates/quickstart/nist_application.yaml",
"Id": "6f6aeae5-2311-f377-46a8-e0745e2321a0",
Expand Down
60 changes: 60 additions & 0 deletions test/fixtures/results/quickstart/non_strict/nist_application.json
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,36 @@
"Source": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-ref.html"
}
},
{
"Filename": "test/fixtures/templates/quickstart/nist_application.yaml",
"Id": "3660b41d-f26e-5e41-b3d5-d272146c34d8",
"Level": "Warning",
"Location": {
"End": {
"ColumnNumber": 12,
"LineNumber": 383
},
"Path": [
"Resources",
"rAutoScalingConfigApp",
"Properties",
"KeyName",
"Ref"
],
"Start": {
"ColumnNumber": 9,
"LineNumber": 383
}
},
"Message": "{'Ref': 'pEC2KeyPair'} is shorter than 1 when 'Ref' is resolved",
"ParentId": null,
"Rule": {
"Description": "Resolve the Ref and then validate the values against the schema",
"Id": "W1030",
"ShortDescription": "Validate the values that come from a Ref function",
"Source": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-ref.html"
}
},
{
"Filename": "test/fixtures/templates/quickstart/nist_application.yaml",
"Id": "0bccdd5b-c7c0-7e48-fe9e-7d7be0ee1a55",
Expand Down Expand Up @@ -643,6 +673,36 @@
"Source": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-ref.html"
}
},
{
"Filename": "test/fixtures/templates/quickstart/nist_application.yaml",
"Id": "48257e52-cb5d-de2a-8f08-0416035b604f",
"Level": "Warning",
"Location": {
"End": {
"ColumnNumber": 12,
"LineNumber": 515
},
"Path": [
"Resources",
"rAutoScalingConfigWeb",
"Properties",
"KeyName",
"Ref"
],
"Start": {
"ColumnNumber": 9,
"LineNumber": 515
}
},
"Message": "{'Ref': 'pEC2KeyPair'} is shorter than 1 when 'Ref' is resolved",
"ParentId": null,
"Rule": {
"Description": "Resolve the Ref and then validate the values against the schema",
"Id": "W1030",
"ShortDescription": "Validate the values that come from a Ref function",
"Source": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-ref.html"
}
},
{
"Filename": "test/fixtures/templates/quickstart/nist_application.yaml",
"Id": "6f6aeae5-2311-f377-46a8-e0745e2321a0",
Expand Down

0 comments on commit 2113aed

Please sign in to comment.