Bump clamav/clamav from 1.3.1 to 1.4.0 in /.github/actions/antivirus (#1554)

Bumps clamav/clamav from 1.3.1 to 1.4.0.

---
updated-dependencies:
- dependency-name: clamav/clamav
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-08-16 11:29:24 +02:00 committed by GitHub
parent b9a9477afb
commit 27ee9f3aa1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
FROM clamav/clamav:1.3.1
FROM clamav/clamav:1.4.0
RUN freshclam
ENTRYPOINT ["clamscan", "--recursive"]