Skip to content

Commit

Permalink
Inspector2 Update: Amazon Inspector adds support for scanning NodeJS …
Browse files Browse the repository at this point in the history
…18.x and Go 1.x AWS Lambda function runtimes.
  • Loading branch information
AWS committed Dec 23, 2022
1 parent 6c3d9fc commit d7a26ab
Show file tree
Hide file tree
Showing 4 changed files with 197 additions and 198 deletions.
6 changes: 6 additions & 0 deletions .changes/next-release/feature-Inspector2-af4ff00.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "Inspector2",
"contributor": "",
"description": "Amazon Inspector adds support for scanning NodeJS 18.x and Go 1.x AWS Lambda function runtimes."
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"parameters": {
"Region": {
"builtIn": "AWS::Region",
"required": false,
"required": true,
"documentation": "The AWS region used to dispatch the request.",
"type": "String"
},
Expand Down Expand Up @@ -52,15 +52,6 @@
"ref": "Endpoint"
}
]
},
{
"fn": "parseURL",
"argv": [
{
"ref": "Endpoint"
}
],
"assign": "url"
}
],
"type": "tree",
Expand Down
Loading

0 comments on commit d7a26ab

Please sign in to comment.