UNPKG

@ylveracode/veracode-cli

Version:

a NodeJS based API wrapper for utilizing the Veracode APIs

10 lines (9 loc) 286 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.command = 'sca <command>'; exports.desc = 'All availavle SCA commands'; exports.builder = function (yargs) { return yargs .commandDir('sca_cmds'); }; exports.handler = function (argv) { };