fix bug in yaml parsing for github workflows (#1725)
* fix bug in yaml parsing for github workflows * fix kibana version
This commit is contained in:
@@ -56,7 +56,7 @@ jobs:
|
||||
max-parallel: 1
|
||||
matrix:
|
||||
# 7.17 was intentionally skipped because it was added late and was bug fix only
|
||||
target_branch: [7.13, 7.14, 7.15, 7.16, 8.0]
|
||||
target_branch: [7.13, 7.14, 7.15, 7.16, '8.0']
|
||||
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
|
||||
+1
-1
@@ -26,7 +26,7 @@ package:
|
||||
registry_data:
|
||||
categories: ["security"]
|
||||
conditions:
|
||||
kibana.version: "^8.0.1"
|
||||
kibana.version: "^8.1.0"
|
||||
description: Prebuilt detection rules for Elastic Security
|
||||
format_version: 1.0.0
|
||||
icons:
|
||||
|
||||
Reference in New Issue
Block a user