Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Add wget to rule
Browse files Browse the repository at this point in the history
  • Loading branch information
baluchicken authored and waynz0r committed Nov 14, 2023
1 parent 787c83b commit c5336f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules.d/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# curl or wrk connection to port 8000 or 8080
- selectors:
- linux:uid: [501, 1001]
linux:binary:name: [curl, wrk]
linux:binary:name: [curl, wrk, wget]
destination:port: [8000, 8080]
properties:
mtls: true
Expand Down

0 comments on commit c5336f7

Please sign in to comment.