From 99ce29f02e401a0695c624964d0b0d3acc13eabc Mon Sep 17 00:00:00 2001 From: Dan Hardej Date: Thu, 23 Oct 2025 16:31:35 +0800 Subject: [PATCH] Update README with allowed-dependencies-licenses example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f5b8df7..a67d5cb 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ You can pass configuration options to the dependency review action using your wo # Use comma-separated names to pass list arguments: deny-licenses: LGPL-2.0, BSD-2-Clause + allow-dependencies-licenses: "pkg:npm/@myorg/mypackage, pkg:npm/packagename, pkg:githubactions/owner/repo@2.0.0" ``` #### Option 2: Using an external configuration file