Skip to content

Geeky-Pro/openrelik-worker-hayabusa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenRelik worker for running Hayabusa on input files

This worker use the tool hayabusa from Yamato-Security. See https://github.com/Yamato-Security/hayabusa for more information.

Installation instructions

Add to your docker-compose configuration:

  openrelik-worker-hayabusa:
    container_name: openrelik-worker-hayabusa
    image: ghcr.io/geeky-pro/openrelik-worker-hayabusa:latest
    restart: always
    environment:
      - REDIS_URL=redis://openrelik-redis:6379
    volumes:
      - ./data:/usr/share/openrelik/data
    command: "celery --app=src.app worker --task-events --concurrency=4 --loglevel=INFO -Q openrelik-worker-hayabusa"
Obligatory Fine Print

This is not an official Google product (experimental or otherwise), it is just code that happens to be owned by Google.

About

this is a openrelik-worker-hayabusa with more tasks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published