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 Sep 25, 2023
1 parent e5e5e53 commit 58e57b4
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* @jupiterone/tiny-hippocamp

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.0"
info:
title: "Tinkerpop"
description: "Automatically generated package.json, please edit manually"
x-cortex-git:
github:
repository: "JupiterOne/tinkerpop"
x-cortex-owners:
- type: "group"
name: "JupiterOne/tiny-hippocamp"
x-cortex-service-groups: "tier-4"

Check warning on line 11 in cortex.yaml

View check run for this annotation

Cortex App / Cortex

cortex.yaml#L11

Unparseable group list
x-cortex-tag: "tinkerpop"
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "tinkerpop",
"version": "0.0.0",
"description": "Automatically generated package.json, please edit manually",
"repository": {
"type": "git",
"url": "https://github.com/JupiterOne/tinkerpop.git"
},
"license": "UNLICENSED"
}

0 comments on commit 58e57b4

Please sign in to comment.