@xliic/cicd-core-node
Advanced tools
Comparing version 5.12.0 to 5.13.0
@@ -26,2 +26,3 @@ "use strict"; | ||
if (!config || !config.audit) { | ||
logger.debug(`No audit configuration found, using default config`); | ||
// return default config, if no config file or audit section is not present | ||
@@ -114,2 +115,3 @@ return { | ||
let config = null; | ||
logger.debug(`Reading config file '${confFile}' in '${rootDir}'`); | ||
try { | ||
@@ -116,0 +118,0 @@ config = (0, parse_1.parseYaml)(rootDir, confFile); |
{ | ||
"name": "@xliic/cicd-core-node", | ||
"version": "5.12.0", | ||
"version": "5.13.0", | ||
"description": "Performs API contract security audit to get a detailed analysis of the possible vulnerabilities and other issues in the API contract.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
110171
2507