Skip to content

Commit 94ed10f

Browse files
IDP-800: Add owner field to saas-integrations manifest files (#21913)
* Add owner field to saas-integrations manifest files Adds 'owner': 'saas-integrations' field to 7 integration manifest.json files: - cofense_triage - crowdstrike_fdr - have_i_been_pwned - kandji - obsidian_security - push_security - zerofox_cloud_platform This provides clear ownership tracking for these SaaS security integrations as part of the initiative to add owner fields to all integration manifest.json files. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * Add owner field to obsidian_security and zerofox_cloud_platform These two integrations were missed in the previous commit due to different indentation formatting in their manifest.json files. --------- Co-authored-by: Claude <[email protected]>
1 parent e3543ef commit 94ed10f

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

cofense_triage/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"manifest_version": "2.0.0",
33
"app_uuid": "babb887c-e7a0-4948-9e76-fa17cf3d78c0",
44
"app_id": "cofense-triage",
5+
"owner": "saas-integrations",
56
"display_on_public_website": false,
67
"tile": {
78
"overview": "README.md#Overview",

crowdstrike_fdr/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"manifest_version": "2.0.0",
33
"app_uuid": "34c50cbf-c717-48ba-9eab-32c0b8049f1c",
44
"app_id": "crowdstrike-fdr",
5+
"owner": "saas-integrations",
56
"display_on_public_website": false,
67
"tile": {
78
"overview": "README.md#Overview",

have_i_been_pwned/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"manifest_version": "2.0.0",
33
"app_uuid": "9afc329a-e4bc-44c0-97a6-ccd7151feca2",
44
"app_id": "have-i-been-pwned",
5+
"owner": "saas-integrations",
56
"display_on_public_website": false,
67
"tile": {
78
"overview": "README.md#Overview",

kandji/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"manifest_version": "2.0.0",
33
"app_uuid": "3677fa0b-49e4-49df-b0f2-6a3a983d6637",
44
"app_id": "kandji",
5+
"owner": "saas-integrations",
56
"display_on_public_website": false,
67
"tile": {
78
"overview": "README.md#Overview",

obsidian_security/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"manifest_version": "2.0.0",
33
"app_uuid": "f8919d56-bbcb-4526-8561-3f3c271878b4",
44
"app_id": "obsidian-security",
5+
"owner": "saas-integrations",
56
"display_on_public_website": false,
67
"tile": {
78
"overview": "README.md#Overview",

push_security/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"manifest_version": "2.0.0",
33
"app_uuid": "5adddeb6-b278-49b7-b124-e67642e76f51",
44
"app_id": "push-security",
5+
"owner": "saas-integrations",
56
"display_on_public_website": false,
67
"tile": {
78
"overview": "README.md#Overview",

zerofox_cloud_platform/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"manifest_version": "2.0.0",
33
"app_uuid": "c00f61a4-82bf-47d9-a15c-f498c3a83be0",
44
"app_id": "zerofox-cloud-platform",
5+
"owner": "saas-integrations",
56
"display_on_public_website": false,
67
"tile": {
78
"overview": "README.md#Overview",

0 commit comments

Comments
 (0)