Skip to content

Commit

Permalink
update(hooks/UseWasm): update scap option
Browse files Browse the repository at this point in the history
Signed-off-by: Rohith-Raju <rohithraju488@gmail.com>
  • Loading branch information
Rohith-Raju authored and poiana committed Apr 22, 2024
1 parent e113162 commit 8b9414e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Hooks/UseWasm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ function useWasm() {
const falcoScapOptions = [
"-r",
"rule.yaml",
"-e",
"capture_file.scap",
"-o",
"engine.kind=replay",
"-o",
"engine.replay.capture_file=capture_file.scap",
"-o",
"json_output=true",
"-o",
Expand Down

0 comments on commit 8b9414e

Please sign in to comment.