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 b399756 commit a266737
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
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/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: secops-automation-examples
description: Automatically generated package.json, please edit manually
x-cortex-git:
github:
repository: JupiterOne/secops-automation-examples
x-cortex-owners:
- type: group
name: JupiterOne/security
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: secops-automation-examples
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
{
"name": "secops-automation-examples",
"version": "0.0.0",
"description": "Automatically generated package.json, please edit manually",
"repository": {
"type": "git",
"url": "https://github.com/JupiterOne/secops-automation-examples"
},
"license": "UNLICENSED",
"dependencies": {
"@jupiterone/jupiterone-client-nodejs": "^0.11.3",
"commander": "^2.20.0",
"dotenv": "^8.0.0",
"markdown-pdf": "^10.0.0"
}
}
}

0 comments on commit a266737

Please sign in to comment.