Skip to content

Commit

Permalink
Test optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbcd committed Nov 21, 2024
1 parent 8e4d608 commit 4bce866
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ data:
if grep "Communication with server successful" <<< "$logs"
then
echo -e "\n # Sysdig Agent connection with server was success #"
# Let's generate some more events
touch /usr/bin/risky-file # Write below bin
# Let's generate events
history -c # Try to clear bash history
# Check if the above generated event has been successfully captured
sleep 30
Expand Down

0 comments on commit 4bce866

Please sign in to comment.