@microsoft/sarif-multitool
TypeScript icon, indicating that this package has built-in type declarations

4.5.4 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @microsoft/sarif-multitool

Weekly Downloads

1,690

Version

4.5.4

License

MIT

Unpacked Size

2.13 kB

Total Files

5

Last publish

Collaborators

  • microsoft1es
  • michaelcfanning
  • ednakamu
  • cfauconms