Skip to content

Commit cba2068

Browse files
authored
Merge pull request #1 from codebytes/devcontainers
devcontainer updates
2 parents 4e25785 + 67b389b commit cba2068

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.devcontainer/devcontainer.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@
44
// Features to add to the dev container. More info: https://containers.dev/implementors/features.
55
"features": {
66
"ghcr.io/devcontainers/features/azure-cli:1": {},
7-
"ghcr.io/devcontainers/features/common-utils:1": {},
8-
"ghcr.io/devcontainers/features/dotnet:1": {},
97
"ghcr.io/devcontainers/features/github-cli:1": {},
10-
"ghcr.io/devcontainers/features/node:1": {},
118
"ghcr.io/devcontainers/features/powershell:1": {},
12-
"ghcr.io/devcontainers/features/python:1": {},
139
"ghcr.io/devcontainers/features/terraform:1": {},
14-
"ghcr.io/devcontainers/features/common-utils:2": {},
15-
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
10+
"ghcr.io/devcontainers-contrib/features/terrascan:1": {},
11+
"ghcr.io/dhoeric/features/terraform-docs:1": {},
12+
"ghcr.io/dhoeric/features/aztfy:1": {},
13+
"ghcr.io/dhoeric/features/tfsec:1": {},
14+
"ghcr.io/dhoeric/features/trivy:1": {},
1615
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1": {
1716
"packages": "chromium-browser"
1817
}
@@ -39,4 +38,4 @@
3938
"postStartCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}"
4039
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
4140
// "remoteUser": "root"
42-
}
41+
}

0 commit comments

Comments
 (0)