forked from DataDog/integrations-extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
42 lines (42 loc) · 1.04 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"manifest_version": "2.0.0",
"app_id": "drata-integration",
"app_uuid": "c06736af-282f-4b3c-a9e6-2b049dbc0e2a",
"display_on_public_website": true,
"tile": {
"overview": "README.md#Overview",
"configuration": "README.md#Setup",
"support": "README.md#Support",
"changelog": "CHANGELOG.md",
"description": "Ingest Datadog compliance information to Drata",
"title": "Drata",
"media": [],
"classifier_tags": [
"Offering::Integration",
"Category::Security",
"Category::Compliance",
"Supported OS::Linux",
"Supported OS::macOS",
"Supported OS::Windows"
]
},
"author": {
"homepage": "https://www.drata.com/",
"name": "Drata",
"support_email": "support@drata.com",
"sales_email": "sales@drata.com"
},
"oauth": {},
"assets": {
"integration": {
"source_type_name": "Drata",
"configuration": {},
"events": {
"creates_events": false
},
"service_checks": {
"metadata_path": "assets/service_checks.json"
}
}
}
}