Metadata-Version: 2.0
Name: statick-fortify
Version: 0.1.1
Summary: Statick extension to integrate Fortify.
Home-page: https://github.com/soartech/statick-fortify
Author: Soar Technology, Inc.
License: UNKNOWN
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Testing
Description-Content-Type: text/markdown
Provides-Extra: test
Requires-Dist: statick
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Requires-Dist: mock; extra == 'test'

# Statick Fortify SCA Plugin

| Service | Status |
| ------- | ------ |
| Build   | [![Travis-CI](https://api.travis-ci.org/soartech/statick-fortify.svg?branch=master)](https://travis-ci.org/soartech/statick-fortify/branches) |
| PyPI    | [![PyPI version](https://badge.fury.io/py/statick-fortify.svg)](https://badge.fury.io/py/statick-fortify) |
| Codecov | [![Codecov](https://codecov.io/gh/soartech/statick-fortify/branch/master/graphs/badge.svg)](https://codecov.io/gh/soartech/statick-fortify) |


Statick-Fortify is a plugin to Statick to integrate with [Micro Focus Fortify SCA](https://www.microfocus.com/en-us/products/application-security-testing/overview)
You must have a licensed copy of Micro Focus Fortify SCA in order to use this plugin.

## Additions to Statick
This plugin introduces a new tool plugin to Statick.
The plugin should be automatically detected the next time you run Statick.

## Tested Versions
Statick-Fortify has only been tested with Fortify 18.20.
Other versions may work, but they have not been tested.

## Use Cases
Statick-Fortify currently supports analysis of Maven projects.


