diff --git a/.gitbook/assets/image (410).png b/.gitbook/assets/image (410).png index ccf2d624c..9997bdfc4 100644 Binary files a/.gitbook/assets/image (410).png and b/.gitbook/assets/image (410).png differ diff --git a/.gitbook/assets/image (411).png b/.gitbook/assets/image (411).png index 670189d25..ccf2d624c 100644 Binary files a/.gitbook/assets/image (411).png and b/.gitbook/assets/image (411).png differ diff --git a/.gitbook/assets/image (412).png b/.gitbook/assets/image (412).png new file mode 100644 index 000000000..670189d25 Binary files /dev/null and b/.gitbook/assets/image (412).png differ diff --git a/.gitbook/assets/image (424).png b/.gitbook/assets/image (424).png new file mode 100644 index 000000000..a20c50069 Binary files /dev/null and b/.gitbook/assets/image (424).png differ diff --git a/pentesting/2375-pentesting-docker.md b/pentesting/2375-pentesting-docker.md index 4c59fbe08..bb75b82b0 100644 --- a/pentesting/2375-pentesting-docker.md +++ b/pentesting/2375-pentesting-docker.md @@ -221,15 +221,23 @@ If you are inside a host that is using docker, you may [**read this information ## Securing your Dockerfiles -* You can use the tool [https://github.com/buddy-works/dockerfile-linter](https://github.com/buddy-works/dockerfile-linter) to **inspect your Dockerfile** and find all types of misconfigurations. Each misconfiguration will be given an ID, you can find here [https://github.com/buddy-works/dockerfile-linter/blob/master/Rules.md](https://github.com/buddy-works/dockerfile-linter/blob/master/Rules.md) how to fix each of them. +* You can use the tool [https://github.com/buddy-works/dockerfile-linter](https://github.com/buddy-works/dockerfile-linter) to **inspect your Dockerfile** and find all kinds of misconfigurations. Each misconfiguration will be given an ID, you can find here [https://github.com/buddy-works/dockerfile-linter/blob/master/Rules.md](https://github.com/buddy-works/dockerfile-linter/blob/master/Rules.md) how to fix each of them. * `dockerfilelinter -f Dockerfile` -![](../.gitbook/assets/image%20%28410%29.png) - -* You can use the tool [https://github.com/replicatedhq/dockerfilelint](https://github.com/replicatedhq/dockerfilelint) to **inspect your Dockerfile** and find all types of misconfigurations. - * `dockerfilelint Dockerfile` - ![](../.gitbook/assets/image%20%28411%29.png) +* You can use the tool [https://github.com/replicatedhq/dockerfilelint](https://github.com/replicatedhq/dockerfilelint) to **inspect your Dockerfile** and find all kinds of misconfigurations. + * `dockerfilelint Dockerfile` +![](../.gitbook/assets/image%20%28412%29.png) + +* You can use the tool [https://github.com/RedCoolBeans/dockerlint](https://github.com/RedCoolBeans/dockerlint) to **inspect your Dockerfile** and find all kinds of misconfigurations. + * `dockerlint Dockerfile` + +![](../.gitbook/assets/image%20%28410%29.png) + +* You can use the tool [https://github.com/hadolint/hadolint](https://github.com/hadolint/hadolint) to **inspect your Dockerfile** and find all kinds of misconfigurations. + * `hadolint Dockerfile` + +![](../.gitbook/assets/image%20%28424%29.png)