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 da62aec commit 9d795e2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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/prometheus
CODEOWNERS @jupiterone/security

CODEOWNERS @jupiterone/security
2 changes: 1 addition & 1 deletion cortex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ info:
x-cortex-owners:
- type: group
name: JupiterOne/prometheus
x-cortex-tag: insights-dashboards
x-cortex-service-groups:
- tier-4
x-cortex-tag: insights-dashboards
x-cortex-link:
- name: Project README
type: documentation
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "@jupiterone/insights-dashboards",
"version": "4.0.2",
"license": "UNLICENSED",
"description": "JupiterOne Insights Dashboards",
"repository": {
"type": "git",
"url": "https://github.com/JupiterOne/insights-dashboards"
},
"license": "UNLICENSED",
"main": "insights-dashboards.js",
"module": "insights-dashboards.es5.js",
"typings": "insights-dashboards.d.ts",
Expand Down

0 comments on commit 9d795e2

Please sign in to comment.