From 8fad7f5d880fff6c191ff1e626cc43b28df48ffb Mon Sep 17 00:00:00 2001 From: Jason Lutz Date: Thu, 24 Sep 2020 11:48:28 -0700 Subject: [PATCH 1/2] Change made to working directory to show the path with my username. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6845aa00..330159eb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ jobs: build: # Variable expansion in working_directory not supported at this time # You will need to modify the code below to reflect your github account/repo setup - working_directory: /go/src/github.com/Securing-DevOps/invoicer-chapter2 + working_directory: /go/src/github.com/jasonawsid/invoicer-chapter2 docker: - image: circleci/golang:1.10 steps: From 435659ee3eeeb3ba5ec025ddeb9208a2307bbb2b Mon Sep 17 00:00:00 2001 From: Jason Lutz Date: Thu, 24 Sep 2020 12:56:03 -0700 Subject: [PATCH 2/2] Added disclaimer to the README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 098c60ad..c1e2691e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Securing DevOps's invoicer ========================== +# Disclamer: Application used for demonstration purposed only. + A simple REST API that manages invoices. This is the code for Chapter 2 of Securing DevOps. It only contains the code and