We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b3e25 commit a0d13f3Copy full SHA for a0d13f3
.github/workflows/gitavscan.yml
@@ -24,5 +24,18 @@ jobs:
24
- name: Checkout
25
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
27
+ - name: Setup ClamAV configuration
28
+ run: |
29
+ sudo mkdir -p /etc/clamav
30
+ echo 'TCPSocket 3310
31
+ TCPAddr 127.0.0.1
32
+ LocalSocket /var/run/clamav/clamd.sock
33
+ User clamav
34
+ LogFile /var/log/clamav/clamav.log
35
+ LogTime yes
36
+ LogVerbose yes
37
+ PidFile /var/run/clamav/clamd.pid' | sudo tee /etc/clamav/clamd.conf
38
+ sudo chmod 644 /etc/clamav/clamd.conf
39
+
40
- name: Git AV Scan
41
uses: djdefi/gitavscan@311078fe93aa76dca5b93aa3fed1d05f057e13a0 # main
0 commit comments