https://github.com/advanced-security/sarif-toolkit
All things SARIF, as an Action
https://github.com/advanced-security/sarif-toolkit
Last synced: 12 days ago
JSON representation
All things SARIF, as an Action
- Host: GitHub
- URL: https://github.com/advanced-security/sarif-toolkit
- Owner: advanced-security
- License: mit
- Created: 2021-09-07T14:35:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T07:57:54.000Z (10 months ago)
- Last Synced: 2025-04-05T10:01:34.976Z (about 1 month ago)
- Language: Python
- Size: 173 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Support: SUPPORT.md
Awesome Lists containing this project
README
SARIF Toolkit
[](https://github.com/advanced-security/sarif-toolkit)
[](https://github.com/advanced-security/sarif-toolkit/issues)
[](https://github.com/advanced-security/sarif-toolkit)
[](./LICENSE)All things SARIF, as an Action
## ⚡️ Requirements
- [Python][python] >= `3.9`
## Plugins
Plugins are simple utilities built into the toolkit to provide functionality.
### [Relative Path Patcher](./relativepaths/README.md)
Patches SARIF result files from the relative working directory path to the Actions / root workspace of the repository.
### [Submodules Splitter](./submodules/README.md)
This tools allows users to split up SARIF files that use submodules into multiple SARIF files that are then published to there appropriate repository.
## Support
Please create issues for any feature requests, bugs, or documentation problems.
## Acknowledgement
- @GeekMasher - Author and Maintainer
## License
This project is licensed under the terms of the MIT open source license.
Please refer to [MIT](./LICENSE.md) for the full terms.[python]: https://www.python.org/