From e00c56ab7cfbf3eae3e113ef9c22fe63aa98f962 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 09:29:52 +0200 Subject: [PATCH] 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] 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 a85808db..cac39fb9 100644 --- a/.github/actions/antivirus/Dockerfile +++ b/.github/actions/antivirus/Dockerfile @@ -1,3 +1,3 @@ -FROM clamav/clamav:1.0.1 +FROM clamav/clamav:1.1.0 RUN freshclam ENTRYPOINT ["clamscan", "--recursive"]