diff --git a/Makefile b/Makefile index 2e1a75abd0..0d1ec631d0 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,5 @@ lint: ## run the markdown linter --rm=true \ --env RUN_LOCAL=true \ --env VALIDATE_MARKDOWN=true \ - -v \ - $$(pwd):/workdir \ + -v $$(pwd):/workdir:Z \ enhancements-markdownlint:latest