Skip to content

Commit

Permalink
Add hadolint to the devcontainer
Browse files Browse the repository at this point in the history
Signed-off-by: John Strunk <[email protected]>
  • Loading branch information
JohnStrunk committed Apr 25, 2024
1 parent c17ea35 commit 0d4024a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 0d4024a

Please sign in to comment.