Bump clamav/clamav from 0.105.0 to 1.0.1 in /.github/actions/antivirus (#767)

Bumps clamav/clamav from 0.105.0 to 1.0.1.

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

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-02-17 15:26:11 +01:00 committed by GitHub
parent c87d130066
commit e0d3bea3de
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:0.105.0
FROM clamav/clamav:1.0.1
RUN freshclam
ENTRYPOINT ["clamscan", "--recursive"]