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 f74aa5e commit ca82cda
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
* @jupiterone/integrations @jupiterone/security @jupiterone/j1-labs
* @jupiterone/integrations

CODEOWNERS @jupiterone/security
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-client-go
description: Automatically generated package.json, please edit manually
x-cortex-git:
github:
repository: JupiterOne/jupiterone-client-go
x-cortex-owners:
- type: group
name: JupiterOne/integrations
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: jupiterone-client-go
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "jupiterone-client-go",
"version": "0.0.0",
"description": "Automatically generated package.json, please edit manually",
"repository": {
"type": "git",
"url": "https://github.com/JupiterOne/jupiterone-client-go"
},
"license": "UNLICENSED"
}

0 comments on commit ca82cda

Please sign in to comment.