diff --git a/CODEOWNERS b/CODEOWNERS index a7c951f..d30e880 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,2 +1,3 @@ -* @jupiterone/security @jupiterone/janus +* @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..a01c9fc --- /dev/null +++ b/cortex.yaml @@ -0,0 +1,14 @@ +openapi: 3.0.1 +info: + title: '@jupiterone/security-policy-templates' + description: >- + JupiterOne security policies and procedures. For use with + jupiter-policy-builder. + x-cortex-git: + github: + repository: JupiterOne/security-policy-templates + x-cortex-owners: + - type: group + name: JupiterOne/janus + x-cortex-service-groups: tier-4 + x-cortex-tag: '@jupiterone/security-policy-templates' diff --git a/package.json b/package.json index 7b63124..060987a 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,12 @@ "name": "@jupiterone/security-policy-templates", "version": "2.13.0", "description": "JupiterOne security policies and procedures. For use with jupiter-policy-builder.", - "repository": "git@github.com:JupiterOne/security-policy-templates.git", - "author": "JupiterOne ", + "repository": { + "type": "git", + "url": "https://github.com/JupiterOne/security-policy-templates" + }, "license": "CC-BY-SA-4.0", + "author": "JupiterOne ", "scripts": { "build:summary": "cd util; node build-summary.js", "parse:fedramp": "cd util; node fedramp-parser.js",