From 94480a48860ff9e2b2d02d6b0646fd7e599f399b Mon Sep 17 00:00:00 2001 From: Abdullah Khawer Date: Mon, 2 Sep 2024 18:02:48 +0200 Subject: [PATCH] Update README.md --- docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index b4ccd96..e309db4 100644 --- a/docker/README.md +++ b/docker/README.md @@ -187,7 +187,7 @@ The variables referred using `$` are supposed to be created on the repository un ## Docker Image Details -The Docker image used is built using the Dockerfile that is present in this repository here: [Dockerfile](https://github.com/abdullahkhawer/find-and-report-secrets-in-code/tree/master/docker) +The Docker image used is built using the Dockerfile that is present in this repository here: [Dockerfile](https://github.com/abdullahkhawer/find-and-report-secrets-in-code/tree/master/docker/Dockerfile) Following build command is used on the root level in the GitHub repository: `docker buildx build --platform linux/amd64 -t "abdullahkhawer/find-and-report-secrets-in-code:latest" --no-cache -f ./docker/Dockerfile .`