Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Populate CODEOWENRS, baseline package.json and baseline cortex.yaml #257

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading