diff --git a/README.md b/README.md index 95669469c..ee8b682db 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Below are modifications within the Fork to work with Jenkins Pipeline. Forked fr This repo can be used directly with Jenkins pipeline without issues caused by: 1. Entrypoint cannot be over written with --entrypoint argument in jenkinfile - https://issues.jenkins-ci.org/browse/JENKINS-51307 and https://issues.jenkins-ci.org/browse/JENKINS-51307. -2. cat command is always run during the docker run which leads to "/bin/sh: can't open 'cat': No such file or directory" in the original docker image by wpscanteam - https://github.com/jenkinsci/docker-workflow-plugin/pull/116 and https://issues.jenkins-ci.org/browse/JENKINS-49278 +2. cat command is always run during the docker run which leads to `/bin/sh: can't open 'cat': No such file or directory` in the original docker image by wpscanteam - https://github.com/jenkinsci/docker-workflow-plugin/pull/116 and https://issues.jenkins-ci.org/browse/JENKINS-49278 These are Jenkins specific issue with this docker image and would not be something wpscanteam would specifically address. Hence, I created the above solution.