diff --git a/CODEOWNERS b/CODEOWNERS index bf891c0..24576ce 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,2 +1,3 @@ * @jupiterone/security + CODEOWNERS @jupiterone/security \ No newline at end of file diff --git a/cortex.yaml b/cortex.yaml new file mode 100644 index 0000000..00d07b3 --- /dev/null +++ b/cortex.yaml @@ -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 + x-cortex-tag: secops-automation-examples diff --git a/package.json b/package.json index f55c7f5..65477c7 100644 --- a/package.json +++ b/package.json @@ -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" } -} \ No newline at end of file +}