Skip to content

Commit

Permalink
rule update: fix macro reference
Browse files Browse the repository at this point in the history
Signed-off-by: kaizhe <derek0405@gmail.com>
  • Loading branch information
Kaizhe authored and poiana committed May 21, 2020
1 parent 434a5ab commit d1af7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/falco_rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2556,7 +2556,7 @@
items: [rsync, scp, sftp, dcp]

- macro: remote_file_copy_procs
condition: (proc.name in (remote_File_copy_binaries))
condition: (proc.name in (remote_file_copy_binaries))

- rule: Launch Remote File Copy Tools in Container
desc: Detect remote file copy tools launched in container
Expand Down

0 comments on commit d1af7e1

Please sign in to comment.