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 Nov 29, 2023
1 parent 2deca09 commit 69fb088
Show file tree
Hide file tree
Showing 3 changed files with 20 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/integrations
* @jupiterone/engineering

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/data-model'
description: Automatically generated package.json, please edit manually
x-cortex-git:
github:
repository: JupiterOne/data-model
x-cortex-owners:
- type: group
name: JupiterOne/engineering
x-cortex-service-groups: tier-4
x-cortex-tag: '@jupiterone/data-model'
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"name": "@jupiterone/data-model",
"version": "0.54.0",
"description": "Automatically generated package.json, please edit manually",
"repository": {
"type": "git",
"url": "https://github.com/JupiterOne/data-model"
},
"license": "MPL-2.0",
"main": "dist/index.js",
"files": [
"dist"
],
"repository": "[email protected]:JupiterOne/data-model.git",
"author": "JupiterOne <[email protected]>",
"license": "MPL-2.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 69fb088

Please sign in to comment.