From 67b389bb1dd38f95419ff49d211f837eda20d3bb Mon Sep 17 00:00:00 2001 From: Chris Ayers Date: Sat, 7 Jan 2023 19:51:38 -0500 Subject: [PATCH] devcontainer updates added new features for terrascan --- .devcontainer/devcontainer.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 4f03b20..14a77d4 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,15 +4,14 @@ // Features to add to the dev container. More info: https://containers.dev/implementors/features. "features": { "ghcr.io/devcontainers/features/azure-cli:1": {}, - "ghcr.io/devcontainers/features/common-utils:1": {}, - "ghcr.io/devcontainers/features/dotnet:1": {}, "ghcr.io/devcontainers/features/github-cli:1": {}, - "ghcr.io/devcontainers/features/node:1": {}, "ghcr.io/devcontainers/features/powershell:1": {}, - "ghcr.io/devcontainers/features/python:1": {}, "ghcr.io/devcontainers/features/terraform:1": {}, - "ghcr.io/devcontainers/features/common-utils:2": {}, - "ghcr.io/devcontainers/features/docker-in-docker:2": {}, + "ghcr.io/devcontainers-contrib/features/terrascan:1": {}, + "ghcr.io/dhoeric/features/terraform-docs:1": {}, + "ghcr.io/dhoeric/features/aztfy:1": {}, + "ghcr.io/dhoeric/features/tfsec:1": {}, + "ghcr.io/dhoeric/features/trivy:1": {}, "ghcr.io/rocker-org/devcontainer-features/apt-packages:1": { "packages": "chromium-browser" } @@ -39,4 +38,4 @@ "postStartCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}" // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. // "remoteUser": "root" -} \ No newline at end of file +}