Generic package of adapters for cloud-scanner library. Includes services and their required configurations.
Note: This library was developed by the Microsoft Commercial Software Engineering team as a tool for the Open Source community to use and contribute to as they see fit. Use at your own risk!
You can run unit tests in a Python 3.6 virtual environment:
virtualenv env
source env/bin/activate
(env) pip install -r requirements.txt
(env) pytest
- ElasticSearch
- Needs
ELASTIC_SEARCH_URL
andELASTIC_SEARCH_ACCESS_KEY
- Needs
- MySQL
- Needs
MYSQL_HOST
,MYSQL_DATABASE
,MYSQL_USERNAME
andMYSQL_PASSWORD
- Needs
- Rest API Post Request
- Needs
REST_STORAGE_URL
- Needs
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.