From 69fb088316f918eee98812fc238df9c7cb6ec2fe Mon Sep 17 00:00:00 2001 From: jablonnc <1964654+jablonnc@users.noreply.github.com> Date: Wed, 29 Nov 2023 14:32:54 +0000 Subject: [PATCH] Populate CODEOWENRS, baseline package.json and baseline cortex.yaml --- CODEOWNERS | 3 ++- cortex.yaml | 12 ++++++++++++ package.json | 8 ++++++-- 3 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 cortex.yaml diff --git a/CODEOWNERS b/CODEOWNERS index 5b573c8..79759a4 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,2 +1,3 @@ -* @jupiterone/integrations +* @jupiterone/engineering + CODEOWNERS @jupiterone/security \ No newline at end of file diff --git a/cortex.yaml b/cortex.yaml new file mode 100644 index 0000000..9a8db4d --- /dev/null +++ b/cortex.yaml @@ -0,0 +1,12 @@ +openapi: 3.0.1 +info: + title: '@jupiterone/data-model' + description: Automatically generated package.json, please edit manually + x-cortex-git: + github: + repository: JupiterOne/data-model + x-cortex-owners: + - type: group + name: JupiterOne/engineering + x-cortex-service-groups: tier-4 + x-cortex-tag: '@jupiterone/data-model' diff --git a/package.json b/package.json index f16be5d..acd636b 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,17 @@ { "name": "@jupiterone/data-model", "version": "0.54.0", + "description": "Automatically generated package.json, please edit manually", + "repository": { + "type": "git", + "url": "https://github.com/JupiterOne/data-model" + }, + "license": "MPL-2.0", "main": "dist/index.js", "files": [ "dist" ], - "repository": "git@github.com:JupiterOne/data-model.git", "author": "JupiterOne ", - "license": "MPL-2.0", "publishConfig": { "access": "public" },