Bump clamav/clamav from 1.2.1 to 1.3.0 in /.github/actions/antivirus (#1230)

Bumps clamav/clamav from 1.2.1 to 1.3.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-02-12 22:36:18 +01:00 committed by GitHub
parent 7c7e210327
commit abcb7885b3
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.2.1
FROM clamav/clamav:1.3.0
RUN freshclam
ENTRYPOINT ["clamscan", "--recursive"]