[VOL-5486] Fix deprecated versions
Change-Id: I3e03ea246020547ae75fa92ce8cf5cbba7e8f3bb
Signed-off-by: Abhay Kumar <abhay.kumar@radisys.com>
diff --git a/Makefile b/Makefile
index e21139a..4a2377f 100644
--- a/Makefile
+++ b/Makefile
@@ -150,7 +150,7 @@
lint-dockerfile: ## Perform static analysis on Dockerfile
@echo "Running Dockerfile lint check..."
- @${HADOLINT} $$(find . -name "Dockerfile.*")
+ @${HADOLINT} $$(find . -name "Dockerfile.*" -not -path "./vendor/*")
@echo "Dockerfile lint check OK"
lint-mod: ## Verify the Go dependencies