diff --git a/CODEOWNERS b/CODEOWNERS index bba9117..24576ce 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,2 +1,3 @@ * @jupiterone/security -CODEOWNERS @jupiterone/security + +CODEOWNERS @jupiterone/security \ No newline at end of file diff --git a/cortex.yaml b/cortex.yaml new file mode 100644 index 0000000..e7f57e4 --- /dev/null +++ b/cortex.yaml @@ -0,0 +1,12 @@ +openapi: 3.0.1 +info: + title: action-npm-build-release + description: '' + x-cortex-git: + github: + repository: JupiterOne/action-npm-build-release + x-cortex-owners: + - type: group + name: JupiterOne/security + x-cortex-service-groups: tier-4 + x-cortex-tag: action-npm-build-release diff --git a/package.json b/package.json index 8e5924d..921d31f 100644 --- a/package.json +++ b/package.json @@ -2,19 +2,19 @@ "name": "action-npm-build-release", "version": "1.0.0", "description": "", + "repository": { + "type": "git", + "url": "https://github.com/JupiterOne/action-npm-build-release" + }, + "license": "ISC", "main": "index.js", "scripts": { "postinstall": "git config core.hooksPath ./git-hooks", "test": "echo \"Error: no test specified\" && exit 1", "build": "yarn ncc build src/index.js" }, - "repository": { - "type": "git", - "url": "git+https://github.com/JupiterOne/action-npm-build-release.git" - }, "keywords": [], "author": "", - "license": "ISC", "bugs": { "url": "https://github.com/JupiterOne/action-npm-build-release/issues" },