From 31f2fa4b46951c6856dc327c6e4f758816db0e09 Mon Sep 17 00:00:00 2001 From: Rohan Isawe <10334494+rcha0s@users.noreply.github.com> Date: Thu, 17 Feb 2022 22:02:24 -0800 Subject: [PATCH] code highlight --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.