From 90fc16d2215ae928d0b780af42d90c9433b304df Mon Sep 17 00:00:00 2001 From: Adelina Simion <43963729+addetz@users.noreply.github.com> Date: Wed, 18 Sep 2024 11:00:43 +0200 Subject: [PATCH] docs: remove oss-licenses from the url checking job DOC-1382 (#3952) (cherry picked from commit fa085e9eda82839c7af5710f01873d9ca16b70e0) --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 383eb3573c..d6beb54a76 100644 --- a/Makefile +++ b/Makefile @@ -19,8 +19,7 @@ VERIFY_URL_PATHS=$(shell find ./docs -name "*.md" | cut -c 3- | sed '/security-b RATE_LIMITED_FILES_LIST:="docs/docs-content/security-bulletins/**/*.md" \ "docs/docs-content/security-bulletins/*.md" \ - "docs/docs-content/unlisted/cve-reports.md" \ - "docs/docs-content/legal-licenses/oss-licenses.md" + "docs/docs-content/unlisted/cve-reports.md" help: ## Display this help @awk 'BEGIN {FS = ":.*##"; printf "\nUsage:\n make \033[36m\033[0m\n"} /^[a-zA-Z_-]+:.*?##/ { printf " \033[36m%-15s\033[0m %s\n", $$1, $$2 } /^##@/ { printf "\n\033[0m%s\033[0m\n", substr($$0, 5) } ' $(MAKEFILE_LIST)