This website requires JavaScript.
Explore
Help
Sign In
zec
/
secant-android-wallet
mirror of
https://github.com/zcash/secant-android-wallet.git
Watch
1
Star
0
Fork
You've already forked secant-android-wallet
0
Code
Issues
Projects
Releases
Wiki
Activity
8a77a38133
secant-android-wallet
/
.github
/
actions
/
antivirus
/
Dockerfile
4 lines
78 B
Docker
Raw
Normal View
History
Unescape
Escape
Bump clamav/clamav from 1.4.0 to 1.4.1 in /.github/actions/antivirus (#1567) Bumps clamav/clamav from 1.4.0 to 1.4.1. --- updated-dependencies: - dependency-name: clamav/clamav dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-09 01:02:30 -07:00
FROM
clamav/clamav:1.4.1
[#381] Scan release builds for malware
2022-06-11 07:32:51 -07:00
RUN
freshclam
ENTRYPOINT
[
"clamscan"
,
"--recursive"
]