https://github.com/ryanccn/sarif-strip-suppressed
Small CLI tool to strip suppressed results from SARIF files
https://github.com/ryanccn/sarif-strip-suppressed
Last synced: 29 days ago
JSON representation
Small CLI tool to strip suppressed results from SARIF files
- Host: GitHub
- URL: https://github.com/ryanccn/sarif-strip-suppressed
- Owner: ryanccn
- License: mit
- Created: 2023-07-05T06:09:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T04:46:31.000Z (over 1 year ago)
- Last Synced: 2025-02-02T03:44:28.134Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 150 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sarif-strip-suppressed
A small CLI tool to strip suppressed results from [SARIF](https://github.com/microsoft/sarif-tutorials/blob/main/docs/1-Introduction.md) files for tools such as [GitHub code scanning](https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning) that do not support the `suppressions` key.
## Usage
```console
$ npx @ryanccn/sarif-strip-suppressed result.sarif
```or install globally:
```console
$ npm i -g @ryanccn/sarif-strip-suppressed
```## License
MIT