@microsoft/sarif-multitool
v4.5.4
Published
SARIF Multitool
Downloads
14,593
Keywords
Readme
sarif-multitool
Use the SARIF Multitool to transform, enrich, filter, result match, and do other common operations against SARIF files. See Multitool Usage for mode documentation and specific examples.
Usage (Console)
npm i -g @microsoft/sarif-multitool
npx @microsoft/sarif-multitool <args>
Usage (TypeScript)
import {spawnSync} from 'child_process'
import multitoolPath from '@microsoft/sarif-multitool'
spawnSync(multitoolPath, ['<args>'], { stdio: 'inherit' })
Version numbers
This package will have version 0.x.y as a pre-release, and then will follow the SARIF SDK versioning scheme. See the Release History for changes in each version.
Contributing
Contribute to the SARIF Multitool at Sarif SDK.