ℹ️ This is an unofficial tool created by Field Security Services, and is not officially supported by GitHub.
This is a plugin for Flake8 (a Python linter) that formats the output as SARIF.
Install it with pip from PyPi:
python3 -mpip install flake8-sarif-formatterClone the GitHub repository and install it with pip:
python3 -mpip . installOR
Install straight from the GitHub repository:
python3 -mpip install pip --upgrade # make sure pip is sufficiently up-to-date for the #egg= fragment
python3 -mpip install 'git+https://github.com/advanced-security/flake8-sarif-formatter.git#egg=flake8-sarif-formatter'Use it in Flake8 by referencing the plugin name sarif in your Flake8 configuration file on a single line, as:
format=sarifor at the CLI with:
flake8 --format=sarifThis project is licensed under the terms of the MIT open source license. Please refer to the LICENSE for the full terms.
See CODEOWNERS for the list of maintainers.
ℹ️ This is an unofficial tool created by Field Security Services, and is not officially supported by GitHub.
See the SUPPORT file.
See the CHANGELOG, CONTRIBUTING, SECURITY, SUPPORT, CODE OF CONDUCT and PRIVACY files for more information.