Skip to content

Commit

Permalink
Populate CODEOWENRS, baseline package.json and baseline cortex.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jablonnc committed Oct 16, 2023
1 parent 4f4e8db commit f5884a3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
* @jupiterone/security @jupiterone/janus
* @jupiterone/janus

CODEOWNERS @jupiterone/security
14 changes: 14 additions & 0 deletions cortex.yaml
Original file line number Diff line number Diff line change
@@ -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

Check warning on line 13 in cortex.yaml

View check run for this annotation

Cortex App / Cortex

cortex.yaml#L13

Unparseable group list
x-cortex-tag: '@jupiterone/security-policy-templates'
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]:JupiterOne/security-policy-templates.git",
"author": "JupiterOne <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/JupiterOne/security-policy-templates"
},
"license": "CC-BY-SA-4.0",
"author": "JupiterOne <[email protected]>",
"scripts": {
"build:summary": "cd util; node build-summary.js",
"parse:fedramp": "cd util; node fedramp-parser.js",
Expand Down

0 comments on commit f5884a3

Please sign in to comment.