From ca82cdada561406aefa67ea12972ed7606523860 Mon Sep 17 00:00:00 2001 From: jablonnc <1964654+jablonnc@users.noreply.github.com> Date: Tue, 17 Oct 2023 16:04:31 +0000 Subject: [PATCH] Populate CODEOWENRS, baseline package.json and baseline cortex.yaml --- CODEOWNERS | 4 ++-- cortex.yaml | 12 ++++++++++++ package.json | 10 ++++++++++ 3 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 cortex.yaml create mode 100644 package.json diff --git a/CODEOWNERS b/CODEOWNERS index a66d6ae..11589b5 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,3 +1,3 @@ -* @jupiterone/integrations @jupiterone/security @jupiterone/j1-labs +* @jupiterone/integrations -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..8c483e1 --- /dev/null +++ b/cortex.yaml @@ -0,0 +1,12 @@ +openapi: 3.0.1 +info: + title: jupiterone-client-go + description: Automatically generated package.json, please edit manually + x-cortex-git: + github: + repository: JupiterOne/jupiterone-client-go + x-cortex-owners: + - type: group + name: JupiterOne/integrations + x-cortex-service-groups: tier-4 + x-cortex-tag: jupiterone-client-go diff --git a/package.json b/package.json new file mode 100644 index 0000000..c5cc02f --- /dev/null +++ b/package.json @@ -0,0 +1,10 @@ +{ + "name": "jupiterone-client-go", + "version": "0.0.0", + "description": "Automatically generated package.json, please edit manually", + "repository": { + "type": "git", + "url": "https://github.com/JupiterOne/jupiterone-client-go" + }, + "license": "UNLICENSED" +}