From a09a9ba6a0800392b0c43697c33fcebb1efbaaa9 Mon Sep 17 00:00:00 2001 From: Sivli-Embir <1283884+Sivli-Embir@users.noreply.github.com> Date: Fri, 22 Sep 2023 16:31:23 +0000 Subject: [PATCH] Populate CODEOWENRS, baseline package.json and baseline cortex.yaml --- CODEOWNERS | 3 +++ cortex.yaml | 12 ++++++++++++ package.json | 10 ++++++++++ 3 files changed, 25 insertions(+) create mode 100644 CODEOWNERS create mode 100644 cortex.yaml create mode 100644 package.json diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..227a14d --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,3 @@ +* @jupiterone/sre + +CODEOWNERS @jupiterone/security \ No newline at end of file diff --git a/cortex.yaml b/cortex.yaml new file mode 100644 index 0000000..570b40a --- /dev/null +++ b/cortex.yaml @@ -0,0 +1,12 @@ +openapi: "3.0.0" +info: + title: "Oauth2" + description: "Automatically generated package.json, please edit manually" + x-cortex-git: + github: + repository: "Jupiterone/oauth2" + x-cortex-owners: + - type: "group" + name: "JupiterOne/sre" + x-cortex-service-groups: "tier-4" + x-cortex-tag: "oauth2" diff --git a/package.json b/package.json new file mode 100644 index 0000000..2db68bb --- /dev/null +++ b/package.json @@ -0,0 +1,10 @@ +{ + "name": "oauth2", + "version": "0.0.0", + "description": "Automatically generated package.json, please edit manually", + "repository": { + "type": "git", + "url": "https://github.com///oauth2" + }, + "license": "UNLICENSED" +} \ No newline at end of file