diff --git a/CODEOWNERS b/CODEOWNERS index 93876ae..d30e880 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,2 +1,3 @@ -* @jupiterone/integrations-tooling +* @jupiterone/janus + CODEOWNERS @jupiterone/security \ No newline at end of file diff --git a/cortex.yaml b/cortex.yaml new file mode 100644 index 0000000..e7f3075 --- /dev/null +++ b/cortex.yaml @@ -0,0 +1,14 @@ +openapi: 3.0.1 +info: + title: playwright-aws-lambda + description: >- + Support for running Microsoft's Playwrite on AWS Lambda and Google Cloud + functions + x-cortex-git: + github: + repository: JupiterOne/playwright-aws-lambda + x-cortex-owners: + - type: group + name: JupiterOne/janus + x-cortex-service-groups: tier-4 + x-cortex-tag: playwright-aws-lambda diff --git a/package.json b/package.json index 30f64c3..4afea8a 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,13 @@ "name": "playwright-aws-lambda", "version": "0.10.0", "description": "Support for running Microsoft's Playwrite on AWS Lambda and Google Cloud functions", + "repository": { + "type": "git", + "url": "https://github.com/JupiterOne/playwright-aws-lambda" + }, + "license": "MIT", "main": "./dist/src/", "author": "Austin Kelleher, a@alk.im", - "license": "MIT", "publishConfig": { "access": "public" },