From b298e92848958fba013bb4240f833411f5067c63 Mon Sep 17 00:00:00 2001 From: cccs-rs <62077998+cccs-rs@users.noreply.github.com> Date: Tue, 7 Jan 2025 17:44:17 +0000 Subject: [PATCH] Update --- .cruft.json | 4 ++-- CONTRIBUTING.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.cruft.json b/.cruft.json index 7020d61..524c3f1 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/CybercentreCanada/assemblyline-service-template.git", - "commit": "6a32666117e30dbfb990bfaf6e7c9eb25badd03a", + "commit": "99becf8ed2990a4063a5bb1f8ce878824a5a1a7b", "checkout": null, "context": { "cookiecutter": { @@ -8,7 +8,7 @@ "__svc_name": "suricata", "__repository": "assemblyline-service-suricata", "__pkg_name": "suricata", - "__class_name": "Suricata", + "class_name": "Suricata", "short_description": "This service scans network capture files with signature and extract files from network capture.", "short_description_fr": "Ce service analyse les fichiers de capture réseau avec signature et extrait les fichiers de la capture réseau.", "stage": "CORE", diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b9785be..7b78163 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,7 +34,7 @@ We check for new pull requests every day and will merge them in once they have b # Guide de contribution d'Assemblyline -Ce guide couvre les bases de la façon de contribuer au projet Assemblyline. +Ce guide couvre les bases afin de contribuer au projet Assemblyline. Le code Python doit suivre les directives PEP8 définies ici: [Directives PEP8](https://www.python.org/dev/peps/pep-0008/).