@xliic/cicd-core-node
Advanced tools
Comparing version 2.4.0 to 2.4.1
@@ -49,4 +49,4 @@ "use strict"; | ||
} | ||
const failOnInvalidConract = !(inputs.failOnInvalidConract.toLowerCase() !== "false"); | ||
const config = config_1.readConfig(inputs.rootDir, inputs.branchName, minScore, failOnInvalidConract, inputs.logger); | ||
const failOnInvalidContract = !(inputs.failOnInvalidContract.toLowerCase() !== "false"); | ||
const config = config_1.readConfig(inputs.rootDir, inputs.branchName, minScore, failOnInvalidContract, inputs.logger); | ||
return Object.assign(Object.assign({}, inputs), { config }); | ||
@@ -53,0 +53,0 @@ } |
@@ -145,3 +145,3 @@ export interface ApiStatus { | ||
minScore: string; | ||
failOnInvalidConract: string; | ||
failOnInvalidContract: string; | ||
} | ||
@@ -148,0 +148,0 @@ export interface AuditOptions { |
{ | ||
"name": "@xliic/cicd-core-node", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"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", |
104172