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 }
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