File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 22
22
uses : ./
23
23
with :
24
24
log_file : /tmp/clamd.log
25
+ log_verbose : yes
25
26
- name : Ping clamd on TCP port 3310
26
27
run : echo PING | nc localhost 3310
27
28
- name : Ping clamd using the Unix socket
Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ inputs:
14
14
stream_max_length :
15
15
description : Streaming size limit
16
16
default : 1M
17
+ log_verbose :
18
+ description : Enable verbose logging (yes or no)
19
+ default : no
17
20
log_file :
18
21
description : Enable logging to the selected file
19
22
required : false
29
32
echo DatabaseMirror database.clamav.net >> freshclam.conf
30
33
echo TCPSocket ${{ inputs.tcp_port }} >> clamd.conf
31
34
echo StreamMaxLength ${{ inputs.stream_max_length }} >> clamd.conf
35
+ echo LogVerbose ${{ inputs.log_verbose }} >> clamd.conf
32
36
- name : Add log file if needed
33
37
if : ${{ inputs.log_file != '' }}
34
38
shell : bash
You can’t perform that action at this time.
0 commit comments