Skip to content

Commit c486dec

Browse files
committed
Fix readme link - remove script in travis file
1 parent b9a28e9 commit c486dec

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Diff for: .travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@ before_install:
44
- docker run --rm -i lukasmartinelli/hadolint hadolint --ignore DL4000 --ignore DL3008 - < Dockerfile
55
install:
66
- docker build -t maldet .
7-
- docker run -d --name maldet maldet -u
8-
#script:
9-
# - docker ps | grep -q maldet
7+
- docker run -d --name maldet maldet

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Docker maldetect
22

3-
[![Docker Automated build](https://img.shields.io/docker/automated/yorickps/maldetect.svg)](https://hub.docker.com/r/yorickps/maldetectect/builds/)
3+
[![Docker Automated build](https://img.shields.io/docker/automated/yorickps/maldetect.svg)](https://hub.docker.com/r/yorickps/maldetect/builds/)
44
[![Build Status](https://travis-ci.org/yorickps/docker-maldetect.svg?branch=master)](https://travis-ci.org/yorickps/docker-maldetect)
55

66
Docker image to run [maldetect](https://www.rfxn.com/projects/linux-malware-detect/)

0 commit comments

Comments
 (0)