From b90d8c2389e22bcecb1e56dd7981b2a17c659f53 Mon Sep 17 00:00:00 2001 From: sebastian <44314956+meinzer1899@users.noreply.github.com> Date: Tue, 26 Sep 2023 13:46:51 +0200 Subject: [PATCH] Add program hadolint/hadolint (#482) Signed-off-by: Sebastian <44314956+meinzer1899@users.noreply.github.com> --- community/gallery/collection/03_programs.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/community/gallery/collection/03_programs.mdx b/community/gallery/collection/03_programs.mdx index f92f0979..749895db 100644 --- a/community/gallery/collection/03_programs.mdx +++ b/community/gallery/collection/03_programs.mdx @@ -635,6 +635,16 @@ zi wait lucid as'program' from'gh-r' for \ @koalaman/shellcheck ``` +### GH-R: [hadolint/hadolint](https://github.com/hadolint/hadolint) + +```shell showLineNumbers +zi wait lucid as'program' from'gh-r' for \ + mv'hadolint* -> hadolint' \ + sbin'hadolint -> hadolint' \ + pick'$ZPFX/bin/hadolint' \ + @hadolint/hadolint +``` + ### RA: Rust compiler environment + completions ```shell showLineNumbers