@xliic/cicd-core-node
Advanced tools
Comparing version 2.8.0 to 2.8.1
@@ -92,7 +92,11 @@ "use strict"; | ||
if (isMatch(branchName)) { | ||
logger.debug(`Matched branch name '${branchName}' to branch configuration '${pattern}'`); | ||
logger.debug(`Matched branch name '${branchName}' to pattern '${pattern}'`); | ||
return config.audit.branches[pattern]; | ||
} | ||
else { | ||
logger.debug(`No match for branch name '${branchName}' and pattern '${pattern}'`); | ||
} | ||
} | ||
} | ||
logger.debug(`No configuration found for branch name '${branchName}', using default config`); | ||
// return default config | ||
@@ -99,0 +103,0 @@ return {}; |
@@ -161,3 +161,3 @@ "use strict"; | ||
const log = options.logger; | ||
log.debug(`Checking for the technical collection name: ${name}`); | ||
log.debug(`Checking for the technical collection name: ${technicalName}`); | ||
const existingId = yield api_1.readTechnicalCollection(technicalName, options); | ||
@@ -164,0 +164,0 @@ if (!existingId) { |
{ | ||
"name": "@xliic/cicd-core-node", | ||
"version": "2.8.0", | ||
"version": "2.8.1", | ||
"description": "Performs API contract security audit to get a detailed analysis of the possible vulnerabilities and other issues in the API contract.", | ||
@@ -34,10 +34,10 @@ "main": "lib/index.js", | ||
"@types/got": "^9.6.11", | ||
"@types/jest": "^26.0.20", | ||
"@types/jest": "^26.0.23", | ||
"@types/node": "^14.14.21", | ||
"@types/picomatch": "^2.2.2", | ||
"jest": "^26.6.3", | ||
"jest": "^27.0.4", | ||
"json-schema": "^0.3.0", | ||
"ts-jest": "^26.5.2", | ||
"ts-jest": "^27.0.3", | ||
"typescript": "^4.1.3" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
72984
30
1706