From 27ee9f3aa189e5c8aadbafbd3a30c1f275b44aa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 11:29:24 +0200 Subject: [PATCH] Bump clamav/clamav from 1.3.1 to 1.4.0 in /.github/actions/antivirus (#1554) Bumps clamav/clamav from 1.3.1 to 1.4.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 614dddfd..1768d59b 100644 --- a/.github/actions/antivirus/Dockerfile +++ b/.github/actions/antivirus/Dockerfile @@ -1,3 +1,3 @@ -FROM clamav/clamav:1.3.1 +FROM clamav/clamav:1.4.0 RUN freshclam ENTRYPOINT ["clamscan", "--recursive"]