From 0d4024aa3145c60257666f19ffb4d11659741a55 Mon Sep 17 00:00:00 2001 From: John Strunk Date: Thu, 25 Apr 2024 17:53:21 +0000 Subject: [PATCH] Add hadolint to the devcontainer Signed-off-by: John Strunk --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index adcc5db..20c6189 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -11,7 +11,8 @@ "ghcr.io/devcontainers/features/node:1.4.1": {}, "ghcr.io/devcontainers-contrib/features/act:1.0.14": {}, "ghcr.io/devcontainers-contrib/features/pipenv:2.0.17": {}, - "ghcr.io/devcontainers-contrib/features/pre-commit:2.0.17": {} + "ghcr.io/devcontainers-contrib/features/pre-commit:2.0.17": {}, + "ghcr.io/dhoeric/features/hadolint:1.0.0": {} }, "customizations": {