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 da4803f commit fddaa52
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
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-aws-extender-scan-factory'
description: A JupiterOne Integration
x-cortex-git:
github:
repository: JupiterOne/graph-aws-extender-scan-factory
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/graph-aws-extender-scan-factory'
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-aws-extender-scan-factory",
"version": "0.0.0",
"description": "A JupiterOne Integration",
"repository": {
"type": "git",
"url": "https://github.com/JupiterOne/graph-aws-extender-scan-factory"
},
"license": "MPL-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit fddaa52

Please sign in to comment.