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 16, 2023
1 parent 0accddb commit 91838d4
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
* @jupiterone/security @jupiterone/janus
CODEOWNERS @jupiterone/security
* @jupiterone/janus

CODEOWNERS @jupiterone/security
14 changes: 14 additions & 0 deletions cortex.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
openapi: 3.0.1
info:
title: '@jupiterone/security-policy-builder'
description: >-
Configurable compilation of policies, standards, and procedures
documentation.
x-cortex-git:
github:
repository: JupiterOne/security-policy-builder
x-cortex-owners:
- type: group
name: JupiterOne/janus
x-cortex-service-groups: tier-4

Check warning on line 13 in cortex.yaml

View check run for this annotation

Cortex App / Cortex

cortex.yaml#L13

Unparseable group list
x-cortex-tag: '@jupiterone/security-policy-builder'
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@
"name": "@jupiterone/security-policy-builder",
"version": "4.2.0",
"description": "Configurable compilation of policies, standards, and procedures documentation.",
"repository": {
"type": "git",
"url": "https://github.com/JupiterOne/security-policy-builder"
},
"license": "UNLICENSED",
"author": "JupiterOne <[email protected]>",
"keywords": [
"security",
"documentation",
"compiler"
],
"license": "UNLICENSED",
"main": "dist/index.js",
"bin": {
"psp": "bin/psp"
Expand Down

0 comments on commit 91838d4

Please sign in to comment.