From 8ef2903f61881307a36a656d117a8b310feb8f61 Mon Sep 17 00:00:00 2001 From: Stefan Date: Wed, 17 May 2023 09:45:02 +0200 Subject: [PATCH] Update action.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Justin HolguĂ­n --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3be8fb6..d8823c1 100644 --- a/action.yml +++ b/action.yml @@ -30,7 +30,7 @@ inputs: description: Comma-separated list of forbidden licenses (e.g. "MIT, GPL 3.0, BSD 2 Clause") required: false allow-dependencies-licenses: - description: Comma-separated list of allowed licenses for specific dependencies in purl format (e.g. "pkg:npm/express, pkg:pip/pycrypto") + description: Comma-separated list of dependencies in purl format (e.g. "pkg:npm/express, pkg:pip/pycrypto"). These dependencies will be permitted to use any license, no matter what license policy is enforced otherwise. required: false allow-ghsas: description: Comma-separated list of allowed GitHub Advisory IDs (e.g. "GHSA-abcd-1234-5679, GHSA-efgh-1234-5679")