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 17, 2023
1 parent e4dcd7b commit b8fb694
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
* @jupiterone/solutions @jupiterone/janus @jupiterone/product @jupiterone/customer-success
* @jupiterone/solutions

CODEOWNERS @jupiterone/security
CODEOWNERS @jupiterone/security
12 changes: 12 additions & 0 deletions cortex.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
openapi: 3.0.1
info:
title: '@jupiterone/jupiterone-alert-rules'
description: Alert rule packages for the JupiterOne platform
x-cortex-git:
github:
repository: JupiterOne/jupiterone-alert-rules
x-cortex-owners:
- type: group
name: JupiterOne/solutions
x-cortex-service-groups: tier-4
x-cortex-tag: '@jupiterone/jupiterone-alert-rules'
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
"name": "@jupiterone/jupiterone-alert-rules",
"version": "0.20.0",
"description": "Alert rule packages for the JupiterOne platform",
"repository": {
"type": "git",
"url": "https://github.com/JupiterOne/jupiterone-alert-rules"
},
"license": "MIT",
"main": "index.js",
"repository": "[email protected]:JupiterOne/jupiterone-alert-rules.git",
"author": "JupiterOne <[email protected]>",
"license": "MIT"
"author": "JupiterOne <[email protected]>"
}

0 comments on commit b8fb694

Please sign in to comment.