yara-forge 0.1.0

A powerful Rust library for crafting, validating, and managing YARA rules
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
version: '3.8'

services:
  yara-forge:
    build:
      context: .
      dockerfile: Dockerfile
    volumes:
      - ./rules:/app/rules
      - ./samples:/app/samples
    environment:
      - RUST_LOG=info
    user: "1000:1000"
    security_opt:
      - no-new-privileges:true