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 9ba079b commit 5f0e31d
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-veracode'
description: JupiterOne Veracode Integration
x-cortex-git:
github:
repository: JupiterOne/graph-veracode
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-veracode'
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-veracode",
"version": "4.1.1",
"description": "JupiterOne Veracode Integration",
"repository": {
"type": "git",
"url": "https://github.com/JupiterOne/graph-veracode"
},
"license": "MPL-2.0",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down

0 comments on commit 5f0e31d

Please sign in to comment.