Bump clamav/clamav from 1.2.0 to 1.2.1 in /.github/actions/antivirus (#1024)

Bumps clamav/clamav from 1.2.0 to 1.2.1.

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

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] 2023-11-03 16:51:03 +01:00 committed by GitHub
parent 2f773b8b0a
commit 7a59d49920
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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