-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.cruft.json
23 lines (23 loc) · 890 Bytes
/
.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": "6d2fcb683f00eeda843cf2c40981e266679a97dc",
"checkout": null,
"context": {
"cookiecutter": {
"service_name": "peepdf",
"__svc_name": "peepdf",
"__repository": "assemblyline-service-peepdf",
"__pkg_name": "peepdf",
"__class_name": "Peepdf",
"short_description": "This Assemblyline service uses the Python PeePDF library against PDF files.",
"short_description_fr": "Ce service Assemblyline utilise la bibliothèque Python PeePDF pour les fichiers PDF.",
"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
}