Resolve conflicts

This commit is contained in:
cnagadya
2022-10-13 11:06:40 +00:00
parent 2e3713aab8
commit d1e9a12830
5 changed files with 17631 additions and 42 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ async function run(): Promise<void> {
change.vulnerabilities.length > 0
)
const [licenseErrors, unknownLicenses] = getDeniedLicenseChanges(
const [licenseErrors, unknownLicenses] = await getDeniedLicenseChanges(
filteredChanges,
{
allow: config.allow_licenses,