UNPKG

@ylveracode/veracode-cli

Version:

a NodeJS based API wrapper for utilizing the Veracode APIs

9 lines (8 loc) 224 B
"use strict"; exports.command = 'sast <command>'; exports.desc = 'Availavle Static commands'; exports.builder = function (yargs) { return yargs .commandDir('sast_cmds'); }; exports.handler = function (argv) { };