Skip to content
This repository was 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 53e4191 commit 789a75a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 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-openshift'
description: A JupiterOne managed integration for https://www.openshift.com/
x-cortex-git:
github:
repository: JupiterOne/graph-openshift
x-cortex-owners:
- type: group
name: JupiterOne/integrations
x-cortex-service-groups: tier-4
x-cortex-tag: '@jupiterone/graph-openshift'
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
"name": "@jupiterone/graph-openshift",
"version": "0.1.6",
"description": "A JupiterOne managed integration for https://www.openshift.com/",
"main": "dist/index.js",
"repository": "https://github.com/jupiterone-io/graph-openshift",
"repository": {
"type": "git",
"url": "https://github.com/JupiterOne/graph-openshift"
},
"license": "SEE LICENSE IN LICENSE",
"main": "dist/index.js",
"files": [
"LICENSE",
"dist"
Expand Down

0 comments on commit 789a75a

Please sign in to comment.