Metadata-Version: 2.1
Name: nasa-scrub
Version: 2.6.0
Summary: SCRUB is an orchestration and aggregation tool for static code analysis tools.
Home-page: https://github.com/nasa/scrub
Author: Lyle Barner
Author-email: lyle.barner@jpl.nasa.gov
License: Apache License 2.0
Project-URL: Bug Tracker, https://github.com/nasa/scrub/issues
Project-URL: Documentation, https://nasa.github.io/scrub
Project-URL: Source, https://github.com/nasa/scrub
Keywords: scrub
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Description-Content-Type: text/markdown
License-File: LICENSE

![CodeQL](https://github.com/nasa/scrub/actions/workflows/codeql.yml/badge.svg)
[![PyPI version shields.io](https://img.shields.io/pypi/v/nasa-scrub.svg)](https://pypi.python.org/pypi/nasa-scrub/)
[![GitHub license](https://badgen.net/github/license/nasa/scrub)](https://github.com/nasa/scrub/blob/master/LICENSE)

# SCRUB

SCRUB is an orchestration and aggregation platform for static code analysis tools.

SCRUB allows users to run multiple static code analysis tools, collect the results, and export them to external tools. The results from each analyzer are post-processed to a standard warning format that provides information about the location of the warning as well as a brief description of the warning. These warnings can then reviewed and assessed by experienced developers to determine their merit.

A full description of the origins of SCRUB, written by the original author (Gerard Holzmann), can be [found here](http://spinroot.com/gerard/pdf/ScrubPaper_rev.pdf).

## [SCRUB Documentation](https://nasa.github.io/scrub)

