File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8484 @echo "Scanner name not defined, please provide via make create-new-scanner NAME=NEW-SCANNER"
8585endif
8686
87- .PHONY : help
88- help : # # Display this help screen.
89- @grep -h -E ' ^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST ) | \
90- awk ' BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
91-
9287test-scanner :
9388 make test -C $(SCANNERS_DIR ) /$(target )
9489test-hook :
@@ -109,3 +104,8 @@ lintfix: ## Lint only changed files with respect to main branch and apply automa
109104lintall : # # Lint complete repo
110105 npx mega-linter-runner --env VALIDATE_ALL_CODEBASE=true
111106 @printf " \033[36m\n\n\nThe generated reports can be found under ./report/linters_logs/ \n\n\033[0m"
107+
108+ .PHONY : help
109+ help : # # Display this help screen.
110+ @grep -h -E ' ^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST ) | \
111+ awk ' BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
You can’t perform that action at this time.
0 commit comments