-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.cruft.json
23 lines (23 loc) · 1.01 KB
/
.cruft.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"template": "https://github.com/CybercentreCanada/assemblyline-service-template.git",
"commit": "0b087951f5aa83414431a925ccd256f252875e32",
"checkout": null,
"context": {
"cookiecutter": {
"service_name": "document-preview",
"__svc_name": "document-preview",
"__repository": "assemblyline-service-document-preview",
"__pkg_name": "document_preview",
"class_name": "DocumentPreview",
"short_description": "This Assemblyline service renders documents for preview and performs OCR analysis for malicious content.",
"short_description_fr": "Ce service d'Assemblyline exécute le rendement des documents pour prévisualisation et effectue une analyse OCR pour détecter les contenus malveillants.",
"stage": "CORE",
"category": "Static Analysis",
"org_name_full": "CybercentreCanada",
"org_name_short": "cccs",
"license": "mit",
"_template": "https://github.com/CybercentreCanada/assemblyline-service-template.git"
}
},
"directory": null
}