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 393d4fb commit 67a317b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
* @jupiterone/data-pipeline @jupiterone/mercury @jupiterone/tiny-hippocamp @jupiterone/security @jupiterone/integrations-staff
* @jupiterone/integrations

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-client-nodejs'
description: A node.js client wrapper for JupiterOne public API
x-cortex-git:
github:
repository: JupiterOne/jupiterone-client-nodejs
x-cortex-owners:
- type: group
name: JupiterOne/integrations
x-cortex-service-groups: tier-4
x-cortex-tag: '@jupiterone/jupiterone-client-nodejs'
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
"name": "@jupiterone/jupiterone-client-nodejs",
"version": "0.29.0",
"description": "A node.js client wrapper for JupiterOne public API",
"repository": {
"type": "git",
"url": "https://github.com/JupiterOne/jupiterone-client-nodejs"
},
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "[email protected]:JupiterOne/jupiterone-client-nodejs.git",
"author": "JupiterOne <[email protected]>",
"license": "MIT",
"files": [
"LICENSE",
"dist",
Expand Down

0 comments on commit 67a317b

Please sign in to comment.