Skip to content

Commit 4cd834c

Browse files
committed
Classify vulnerability management integrations
1 parent 308a1de commit 4cd834c

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

packages/snyk/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "1.6.1"
3+
changes:
4+
- description: Added categories and/or subcategories.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/5123
27
- version: "1.6.0"
38
changes:
49
- description: Update package to ECS 8.6.0.

packages/snyk/manifest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
format_version: 1.0.0
22
name: snyk
33
title: "Snyk"
4-
version: "1.6.0"
4+
version: "1.6.1"
55
license: basic
66
description: Collect logs from Snyk with Elastic Agent.
77
type: integration
88
categories:
99
- security
10+
- vulnerability_management
1011
release: ga
1112
conditions:
1213
kibana.version: "^7.16.0 || ^8.0.0"

packages/tenable_sc/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "1.7.1"
3+
changes:
4+
- description: Added categories and/or subcategories.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/5123
27
- version: "1.7.0"
38
changes:
49
- description: Update package to ECS 8.6.0.

packages/tenable_sc/manifest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ format_version: 1.0.0
22
name: tenable_sc
33
title: Tenable.sc
44
# The version must be updated in the pipeline as well. Until elastic/kibana#121310 is implemented we will have to manually sync these.
5-
version: "1.7.0"
5+
version: "1.7.1"
66
license: basic
77
description: |
88
Collect logs from Tenable.sc with Elastic Agent.
99
type: integration
1010
categories:
1111
- security
12+
- vulnerability_management
1213
release: ga
1314
conditions:
1415
kibana.version: ^8.1.0

0 commit comments

Comments
 (0)