From b36110c8a07b8b81e3a05a828d994d772d6bff85 Mon Sep 17 00:00:00 2001 From: Stefan Date: Wed, 17 May 2023 09:44:33 +0200 Subject: [PATCH] Update docs/examples.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Justin HolguĂ­n --- docs/examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples.md b/docs/examples.md index b1f1813..bfe4582 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -166,7 +166,7 @@ jobs: ## Exclude dependencies from the license check -Using the `allow-dependencies-licenses` you can exclude dependencies from the license check. You can exclude dependencies per ecosystem and the values should be provided in a valid [purl](https://github.com/package-url/purl-spec) format. +Using the `allow-dependencies-licenses` you can exclude dependencies from the license check. The values should be provided in [purl](https://github.com/package-url/purl-spec) format. In this example, we are excluding `lodash` from `npm` and `requests` from `pip` dependencies from the license check