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 7ff7dea commit b555fb2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
* @jupiterone/security
CODEOWNERS @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: action-npm-build-release
description: ''
x-cortex-git:
github:
repository: JupiterOne/action-npm-build-release
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: action-npm-build-release
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
"name": "action-npm-build-release",
"version": "1.0.0",
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/JupiterOne/action-npm-build-release"
},
"license": "ISC",
"main": "index.js",
"scripts": {
"postinstall": "git config core.hooksPath ./git-hooks",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "yarn ncc build src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JupiterOne/action-npm-build-release.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/JupiterOne/action-npm-build-release/issues"
},
Expand Down

0 comments on commit b555fb2

Please sign in to comment.