From 97422d313146990a1a59eceaf4cae58d5005e13e Mon Sep 17 00:00:00 2001 From: jablonnc <1964654+jablonnc@users.noreply.github.com> Date: Mon, 16 Oct 2023 21:02:14 +0000 Subject: [PATCH] Populate CODEOWENRS, baseline package.json and baseline cortex.yaml --- CODEOWNERS | 5 +++-- cortex.yaml | 14 ++++++++++++++ package.json | 6 +++++- 3 files changed, 22 insertions(+), 3 deletions(-) create mode 100644 cortex.yaml diff --git a/CODEOWNERS b/CODEOWNERS index 589113f..d30e880 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,2 +1,3 @@ -* @jupiterone/security @jupiterone/janus -CODEOWNERS @jupiterone/security +* @jupiterone/janus + +CODEOWNERS @jupiterone/security \ No newline at end of file diff --git a/cortex.yaml b/cortex.yaml new file mode 100644 index 0000000..b95f00c --- /dev/null +++ b/cortex.yaml @@ -0,0 +1,14 @@ +openapi: 3.0.1 +info: + title: '@jupiterone/security-policy-builder' + description: >- + Configurable compilation of policies, standards, and procedures + documentation. + x-cortex-git: + github: + repository: JupiterOne/security-policy-builder + x-cortex-owners: + - type: group + name: JupiterOne/janus + x-cortex-service-groups: tier-4 + x-cortex-tag: '@jupiterone/security-policy-builder' diff --git a/package.json b/package.json index 14aa30c..c532bbf 100644 --- a/package.json +++ b/package.json @@ -2,13 +2,17 @@ "name": "@jupiterone/security-policy-builder", "version": "4.2.0", "description": "Configurable compilation of policies, standards, and procedures documentation.", + "repository": { + "type": "git", + "url": "https://github.com/JupiterOne/security-policy-builder" + }, + "license": "UNLICENSED", "author": "JupiterOne ", "keywords": [ "security", "documentation", "compiler" ], - "license": "UNLICENSED", "main": "dist/index.js", "bin": { "psp": "bin/psp"