Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-rs committed Jan 7, 2025
1 parent 78c400a commit b298e92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"template": "https://github.com/CybercentreCanada/assemblyline-service-template.git",
"commit": "6a32666117e30dbfb990bfaf6e7c9eb25badd03a",
"commit": "99becf8ed2990a4063a5bb1f8ce878824a5a1a7b",
"checkout": null,
"context": {
"cookiecutter": {
"service_name": "suricata",
"__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",
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down

0 comments on commit b298e92

Please sign in to comment.