Sensor Integration Framework is a framework that can be used to integrate software test tools in a continuous integration (CI) environment. Most of the CI solutions you can get will integrate easily with popular unit testing frameworks. They will probably not integrate easily with commercial static analysis tools, for example. This project is meant to make that integration job much easier. SIF is being developed by the core team with the support and involvement of the community.
We aim to release SIF 1.0 by March 2015.
- Quick start
- Bugs and feature requests
- Documentation
- Contributing
- Community
- Versioning
- Creators
- Copyright and license
Four quick start options are available:
- Download the latest release - NOT YET.
- Clone the repo:
git clone https://github.com/aspectsecurity/sensor-integration-framework
.
Read the Getting started page for information on the framework design and build process.
Framework plugins should extend Sensor and/or Publisher. An AppScan Source plugin will be included in 1.0.
The Framework is designed to be integrated into a CI tool. CLI and Jenkins plugin launchers will be in 1.0.
Have a bug or a feature request? Please first read the issue guidelines and search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.
SIF documentation is under furious development.
We will have a guidelines document here with directions for opening issues, coding standards, and notes on development.
At least by the release of 1.0, we will need to provide a way for people to keep track of development and community news.
SIF is maintained under the Semantic Versioning guidelines.
David Anderson
Kofi Bonney
Stefan Edwards
Kevin Fealey
Will Frontiero
Code and documentation copyright 2015 Aspect Security, Inc. Code released under the GNU General Public License v2.0. Docs released under Creative Commons.