This commit is contained in:
Adrien Pessu
2023-08-08 16:56:01 +02:00
parent c280c303e6
commit 98aae180cb
2 changed files with 3 additions and 1 deletions
Generated Vendored
+2
View File
@@ -592,6 +592,8 @@ function run() {
deny: config.deny_licenses,
licenseExclusions: config.allow_dependencies_licenses
});
core.debug(`Filtered Changes: ${JSON.stringify(filteredChanges)}`);
core.debug(`Config Deny Packages: ${JSON.stringify(config)}`);
const deniedChanges = yield (0, deny_1.getDeniedChanges)(filteredChanges, config.deny_packages, config.deny_groups);
summary.addSummaryToSummary(vulnerableChanges, invalidLicenseChanges, deniedChanges, config);
if (snapshot_warnings) {
Generated Vendored
+1 -1
View File
File diff suppressed because one or more lines are too long