Skip to content

Commit

Permalink
addressing ws vulnerability warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gagoar committed May 21, 2020
1 parent 9e4488d commit 0043889
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 389 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12636,7 +12636,7 @@ const main = async () => {
try {
setAWSCredentials();
const params = getParams();
const lambda = new aws_sdk_clients_lambda__WEBPACK_IMPORTED_MODULE_1___default.a({ apiVersion });
const lambda = new aws_sdk_clients_lambda__WEBPACK_IMPORTED_MODULE_1___default.a({ apiVersion, region: Object(_actions_core__WEBPACK_IMPORTED_MODULE_2__.getInput)('REGION') });
const response = await lambda.invoke(params).promise();
Object(_actions_core__WEBPACK_IMPORTED_MODULE_2__.setOutput)('response', response);
}
Expand Down
Loading

0 comments on commit 0043889

Please sign in to comment.