Skip to content

Commit

Permalink
Fixed #44: Replaced geekduck/clamav by tiredofit/clamav
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasgranderubio committed Jan 19, 2019
1 parent f560388 commit 9736fb0
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 12 deletions.
9 changes: 0 additions & 9 deletions LICENSE.GeekduckDockerClamav.txt

This file was deleted.

21 changes: 21 additions & 0 deletions LICENSE.TiredofitClamav.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2017 Dave Conroy

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
6 changes: 3 additions & 3 deletions dagda/analysis/static/av/malware_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ def get_malware_included_in_docker_image(docker_driver, temp_dir):

# Run ClamAV
def _clamav_run(docker_driver, temp_dir):
# Docker pull for ensuring the geekduck/clamav image
docker_driver.docker_pull('geekduck/clamav')
# Docker pull for ensuring the tiredofit/clamav image
docker_driver.docker_pull('tiredofit/clamav')
# Start container
container_id = docker_driver.create_container('geekduck/clamav',
container_id = docker_driver.create_container('tiredofit/clamav',
"clamscan -ri " + temp_dir,
[
temp_dir
Expand Down

0 comments on commit 9736fb0

Please sign in to comment.