From e0d3bea3de02e1d29e28825031e51387859d63b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 15:26:11 +0100 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/actions/antivirus/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/antivirus/Dockerfile b/.github/actions/antivirus/Dockerfile index 19a85e2c..a85808db 100644 --- a/.github/actions/antivirus/Dockerfile +++ b/.github/actions/antivirus/Dockerfile @@ -1,3 +1,3 @@ -FROM clamav/clamav:0.105.0 +FROM clamav/clamav:1.0.1 RUN freshclam ENTRYPOINT ["clamscan", "--recursive"]