From edbf223c93a3e06b68032cba69f8dc8881239489 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Thu, 23 Jan 2025 12:33:19 -0800 Subject: [PATCH] Fix super-linter image ref --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8b25009..935ff03 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ lint: -e LINTER_RULES_PATH=/ \ -e VALIDATE_KUBERNETES_KUBEVAL=false \ -e KUBERNETES_KUBECONFORM_OPTIONS='-ignore-missing-schemas' \ - github/super-linter + ghcr.io/super-linter/super-linter .PHONY: fmt fmt: