Skip to content

Commit

Permalink
Makefile: add 'update-yaraforge' rule
Browse files Browse the repository at this point in the history
  • Loading branch information
tstromberg committed Apr 10, 2024
1 parent 1057d68 commit d37d339
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,13 @@ _lint: $(LINTERS)
.PHONY: fix $(FIXERS)
fix: $(FIXERS)

# END: lint-install ../bincapz

.PHONY: test
test:
go test ./... -v

# END: lint-install ../bincapz
.PHONY: update-yaraforge
update-yaraforge:
curl -sL -o out/yaraforge.zip https://github.com/YARAHQ/yara-forge/releases/latest/download/yara-forge-rules-full.zip
unzip -o -j out/yaraforge.zip packages/full/yara-rules-full.yar -d third_party/

0 comments on commit d37d339

Please sign in to comment.