UNPKG

@ylveracode/veracode-cli

Version:

a NodeJS based API wrapper for utilizing the Veracode APIs

9 lines (7 loc) 213 B
exports.command = 'sast <command>' exports.desc = 'Availavle Static commands' exports.builder = function (yargs:any) { return yargs .commandDir('sast_cmds'); } exports.handler = function (argv:string[]) {}