From b4849e762824c65a14fefc673f04272c567aecdd Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 15 Apr 2025 08:03:53 -0400 Subject: [PATCH] spelling: lodash Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- docs/examples.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples.md b/docs/examples.md index 77799ef..6a9506d 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -233,7 +233,7 @@ jobs: fail-on-severity: critical deny-licenses: LGPL-2.0, BSD-2-Clause comment-summary-in-pr: always - allow-dependencies-licenses: 'pkg:npm/loadash, pkg:pypi/requests' + allow-dependencies-licenses: 'pkg:npm/lodash, pkg:pypi/requests' ``` If we were to use configuration file, the configuration would look like this: @@ -244,7 +244,7 @@ allow-licenses: - 'LGPL-2.0' - 'BSD-2-Clause' allow-dependencies-licenses: - - 'pkg:npm/loadash' + - 'pkg:npm/lodash' - 'pkg:pypi/requests' ```