Bump clamav/clamav from 1.0.1 to 1.1.0 in /.github/actions/antivirus (#851)

Bumps clamav/clamav from 1.0.1 to 1.1.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] 2023-05-02 09:29:52 +02:00 committed by GitHub
parent 467aa79d22
commit e00c56ab7c
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.0.1
FROM clamav/clamav:1.1.0
RUN freshclam
ENTRYPOINT ["clamscan", "--recursive"]