-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
601 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"template": "https://github.com/CybercentreCanada/assemblyline-service-template.git", | ||
"commit": "6d2fcb683f00eeda843cf2c40981e266679a97dc", | ||
"checkout": null, | ||
"context": { | ||
"cookiecutter": { | ||
"service_name": "swiffer", | ||
"__svc_name": "swiffer", | ||
"__repository": "assemblyline-service-swiffer", | ||
"__pkg_name": "swiffer", | ||
"__class_name": "Swiffer", | ||
"short_description": "This Assemblyline service uses the Python pyswf library to extract metadata and perform anomaly detection on 'audiovisual/flash' files.", | ||
"short_description_fr": "Ce service Assemblyline utilise la bibliothèque Python pyswf pour extraire des métadonnées et détecter des anomalies dans les fichiers 'audiovisuels/flash'.", | ||
"stage": "EXTRACT", | ||
"category": "Static Analysis", | ||
"org_name_full": "CybercentreCanada", | ||
"org_name_short": "cccs", | ||
"license": "mit", | ||
"_template": "https://github.com/CybercentreCanada/assemblyline-service-template.git" | ||
} | ||
}, | ||
"directory": null | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
"args": [ | ||
"-d", | ||
"swiffer.swiffer.Swiffer", | ||
"{file}" | ||
"${file}" | ||
], | ||
"justMyCode": false, | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.