Skip to content

Commit 0aba7f9

Browse files
committed
fix readme
1 parent 435bc5f commit 0aba7f9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ You should not need to add any features as these are already baked into the imag
6868
"IMAGE_VERSION": "local-build",
6969
"USER_UID": "${localEnv:USER_ID:}",
7070
"USER_GID": "${localEnv:GROUP_ID:}"
71-
}
71+
},
72+
"updateRemoteUserUID": false,
7273
},
7374
"postAttachCommand": "git-secrets --register-aws; git-secrets --add-provider -- cat /usr/share/secrets-scanner/nhsd-rules-deny.txt",
7475
"mounts": [
@@ -77,7 +78,6 @@ You should not need to add any features as these are already baked into the imag
7778
"source=${env:HOME}${env:USERPROFILE}/.gnupg,target=/home/vscode/.gnupg,type=bind",
7879
"source=${env:HOME}${env:USERPROFILE}/.npmrc,target=/home/vscode/.npmrc,type=bind"
7980
],
80-
"updateRemoteUserUID": false,
8181
"containerUser": "vscode",
8282
"remoteEnv": {
8383
"LOCAL_WORKSPACE_FOLDER": "${localWorkspaceFolder}"
@@ -154,7 +154,7 @@ CONTAINER_NAME=base \
154154
```
155155
Language images
156156
```
157-
CONTAINER_NAME=node_24_python_3_14 \
157+
CONTAINER_NAME=node_24_python_3_13 \
158158
BASE_VERSION_TAG=local-build \
159159
BASE_FOLDER=languages \
160160
IMAGE_TAG=local-build \
@@ -236,5 +236,5 @@ Once you have the scan output, use the following to generate a new .trivyignore
236236
poetry run python \
237237
scripts/trivy_to_trivyignore.py \
238238
--input .out/scan_results_docker.json \
239-
--output src/common/.trivyignore.new.yaml
239+
--output src/projects/fhir_facade_api/.trivyignore.new.yaml
240240
```

0 commit comments

Comments
 (0)