Skip to content

Commit 345dc94

Browse files
committed
Populate CODEOWENRS, baseline package.json and baseline cortex.yaml
1 parent a26f661 commit 345dc94

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
* @jupiterone/engineering
2+
23
CODEOWNERS @jupiterone/security

cortex.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
openapi: 3.0.1
2+
info:
3+
title: jupiterone-api-client-python
4+
description: Automatically generated package.json, please edit manually
5+
x-cortex-git:
6+
github:
7+
repository: JupiterOne/jupiterone-api-client-python
8+
x-cortex-owners:
9+
- type: group
10+
name: JupiterOne/engineering
11+
x-cortex-service-groups: tier-4
12+
x-cortex-tag: jupiterone-api-client-python

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "jupiterone-api-client-python",
3+
"version": "0.0.0",
4+
"description": "Automatically generated package.json, please edit manually",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/JupiterOne/jupiterone-api-client-python"
8+
},
9+
"license": "UNLICENSED"
10+
}

0 commit comments

Comments
 (0)