From 777b3bd273141a11c128f44877ed1a24f291f00e Mon Sep 17 00:00:00 2001 From: VS <35267827+ectrick@users.noreply.github.com> Date: Sat, 1 Mar 2025 10:31:57 +0530 Subject: [PATCH 1/2] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6845aa00..212526ad 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/vs/invoicer-chapter2 docker: - image: circleci/golang:1.10 steps: From 8a36a99573389fbcdb54e781b61403c3216dc83d Mon Sep 17 00:00:00 2001 From: echtrik Date: Sun, 2 Mar 2025 08:37:35 +0530 Subject: [PATCH 2/2] This is my first commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 098c60ad..b3eeb601 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Securing DevOps's invoicer ========================== -A simple REST API that manages invoices. +A simple REST API that manages my invoices. This is the code for Chapter 2 of Securing DevOps. It only contains the code and scripts relevant to the basic setup of the invoicer application and