Skip to content

Commit

Permalink
chore(yaml): rename args to data in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
rscampos committed May 27, 2024
1 parent 61244d8 commit 098dbb4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: tracee.aquasec.com/v1beta1
kind: Policy
metadata:
name: openat-args-pathname
name: openat-data-pathname
annotations:
description: traces openat under /tmp/*
spec:
Expand All @@ -10,4 +10,4 @@ spec:
rules:
- event: openat
filters:
- args.pathname=/tmp*
- data.pathname=/tmp*

0 comments on commit 098dbb4

Please sign in to comment.