Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

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 03d2347 commit a9aa24a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
* @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/graph-duo'
description: A graph conversion tool for https://duo.com
x-cortex-git:
github:
repository: JupiterOne/graph-duo
x-cortex-owners:
- type: group
name: JupiterOne/integrations
x-cortex-service-groups: tier-4
x-cortex-tag: '@jupiterone/graph-duo'
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"name": "@jupiterone/graph-duo",
"version": "4.2.1",
"description": "A graph conversion tool for https://duo.com",
"repository": {
"type": "git",
"url": "https://github.com/JupiterOne/graph-duo"
},
"license": "MPL-2.0",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down

0 comments on commit a9aa24a

Please sign in to comment.