From a9aa24a98377194721409d9182c9d505aaec11a3 Mon Sep 17 00:00:00 2001 From: jablonnc <1964654+jablonnc@users.noreply.github.com> Date: Tue, 17 Oct 2023 16:04:17 +0000 Subject: [PATCH] Populate CODEOWENRS, baseline package.json and baseline cortex.yaml --- CODEOWNERS | 1 + cortex.yaml | 12 ++++++++++++ package.json | 4 ++++ 3 files changed, 17 insertions(+) create mode 100644 cortex.yaml diff --git a/CODEOWNERS b/CODEOWNERS index 5b573c8..11589b5 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,2 +1,3 @@ * @jupiterone/integrations + CODEOWNERS @jupiterone/security \ No newline at end of file diff --git a/cortex.yaml b/cortex.yaml new file mode 100644 index 0000000..bdb86af --- /dev/null +++ b/cortex.yaml @@ -0,0 +1,12 @@ +openapi: 3.0.1 +info: + title: '@jupiterone/graph-duo' + description: A graph conversion tool for https://duo.com + x-cortex-git: + github: + repository: JupiterOne/graph-duo + x-cortex-owners: + - type: group + name: JupiterOne/integrations + x-cortex-service-groups: tier-4 + x-cortex-tag: '@jupiterone/graph-duo' diff --git a/package.json b/package.json index 491a9ce..187d3ad 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,10 @@ "name": "@jupiterone/graph-duo", "version": "4.2.1", "description": "A graph conversion tool for https://duo.com", + "repository": { + "type": "git", + "url": "https://github.com/JupiterOne/graph-duo" + }, "license": "MPL-2.0", "main": "src/index.js", "types": "src/index.d.ts",