Skip to content

Commit

Permalink
Add yara linting example
Browse files Browse the repository at this point in the history
  • Loading branch information
predictiple committed Jan 1, 2025
1 parent 1c34d04 commit 1a5e020
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/references/vql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11180,7 +11180,8 @@
SELECT * FROM rules
-- Combine the rules and write to a single yar file.
-- We run yara_lint a 2nd time to get the imports at the beginning of the combined file.
-- We run yara_lint a 2nd time to get the imports at the beginning of the
-- combined file, although you could combine the rules first and then lint them.
SELECT copy(
accessor="data",
filename=yara_lint(
Expand Down

0 comments on commit 1a5e020

Please sign in to comment.