Skip to content

Commit

Permalink
Yara already made in dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: 0ssigeno <[email protected]>
  • Loading branch information
0ssigeno committed May 6, 2024
1 parent d1266a9 commit b63fe32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion intel_owl/settings/commons.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
MEDIA_ROOT = BASE_DIR / "files_required"
CONFIG_ROOT = PROJECT_LOCATION / "configuration"
YARA_RULES_PATH = MEDIA_ROOT / "yara" # path for manual yara rules
os.makedirs(YARA_RULES_PATH, exist_ok=True)

LOG_DIR = Path("/") / "var" / "log" / "intel_owl"
# test / ci
Expand Down

0 comments on commit b63fe32

Please sign in to comment.