-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Populate CODEOWENRS, baseline package.json and baseline cortex.yaml
- Loading branch information
Showing
3 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
* @jupiterone/security @jupiterone/janus | ||
* @jupiterone/janus | ||
|
||
CODEOWNERS @jupiterone/security |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
x-cortex-tag: '@jupiterone/security-policy-templates' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|