UNPKG

axe-sarif-converter

Version:

Convert axe-core accessibility scan results to the SARIF format

13 lines (12 loc) 347 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getInvocations = getInvocations; function getInvocations(environmentData) { return [ { startTimeUtc: environmentData.timestamp, endTimeUtc: environmentData.timestamp, executionSuccessful: true, }, ]; }