From ef077ed6854a3e14cdc1f95f2954500826f0941a Mon Sep 17 00:00:00 2001 From: Julia Zolotarev Date: Fri, 1 Mar 2024 14:23:57 -0500 Subject: [PATCH 1/2] APP-14817 - bump package to publish new content --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cfcf5c3..b9f7aed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupiterone/jupiterone-alert-rules", - "version": "0.23.0", + "version": "0.24.0", "description": "Alert rule packages for the JupiterOne platform", "scripts": { "validate": "tsx ./scripts/validate.ts" From 1252cfee5bdc8045317666f76bf53c9d0329b086 Mon Sep 17 00:00:00 2001 From: Julia Zolotarev Date: Fri, 1 Mar 2024 14:25:51 -0500 Subject: [PATCH 2/2] APP-14817 - Update PR template --- pull_request_template.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pull_request_template.md b/pull_request_template.md index aeb2766..467974e 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -1,10 +1,12 @@ ## QA Checklist ### Alerts Rule Packs + +- [ ] IF THIS CONTENT NEEDS TO BE RELEASED - is the package version in the package.json bumped? - [ ] Does a related alert already exist, and should it be tweaked or added to instead? - [ ] Test each query to make sure it works - [ ] Look for hardcoded variables/parameter values in the query - [ ] Consider Severity for Alerts - [ ] Spellcheck - [ ] Use all caps for J1QL keywords and relationship classes -- [ ] Upload the alerts rule pack JSON into JupiterOne to validate \ No newline at end of file +- [ ] Upload the alerts rule pack JSON into JupiterOne to validate