From e6eda59f299221afa190f78e4db9dc12771ac7b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gr=C3=BCning?= Date: Sun, 8 Sep 2024 18:33:04 +0200 Subject: [PATCH] Point people to the database --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ffb13f8..c19d6bc 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,15 @@ [![Super-Linter](https://github.com/usegalaxy-eu/WallE/actions/workflows/lint.yml/badge.svg)](https://github.com/marketplace/actions/super-linter) # WALL·E -Keep your Galaxy job working directories (JWDs) clean. -Python script that fetches (toolname filtered) running jobs, calculates checksums for all files in the jobworking directory and compares them to a database. + +Keep your Galaxy job working directories (JWDs) clean. + +WALL·E is a Python script that iterates over your (toolname filtered) running jobs, calculates checksums for all files in the job working directory (JWD) +and compares them to a community-created [database](https://github.com/usegalaxy-eu/intergalactic-most-wanted-list) of malicious software. Deployed with Ansible. +If you find new miners or other malicious stuff, please add those signatures to our [`intergalactic-most-wanted-list`](https://github.com/usegalaxy-eu/intergalactic-most-wanted-list). + ## Prerequisites This role expect several requirements. 1. [galaxy_jwd.py](https://github.com/usegalaxy-eu/infrastructure-playbook/blob/master/roles/usegalaxy-eu.bashrc/files/galaxy_jwd.py) must exist in the directory of `walle_script_location`