Skip to content

Commit 87cba70

Browse files
committed
chore: strip comment from devcontainer.json
1 parent 3176a52 commit 87cba70

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
"USER_GID": "${localEnv:GROUP_ID:}"
1212
}
1313
},
14-
// Conditionally register git-secrets to avoid failures when it is already configured
15-
// but continue to fail in the case of genuine unexpected errors
1614
"postCreateCommand": "bash -lc 'if ! git config --get-all secrets.patterns | grep -Fq AKIA; then git-secrets --register-aws; fi; if ! git config --get-all secrets.providers | grep -Fxq \"cat /usr/share/secrets-scanner/nhsd-rules-deny.txt\"; then git-secrets --add-provider -- cat /usr/share/secrets-scanner/nhsd-rules-deny.txt; fi'",
1715
"mounts": [
1816
"source=${env:HOME}${env:USERPROFILE}/.aws,target=/home/vscode/.aws,type=bind",

0 commit comments

Comments
 (0)