https://github.com/ethomson/cloud-scanner
Cloud Scanner is a cloud agnostic tool that extracts cloud based resources from cloud providers like Azure and ingests them into a configured data source for further processing.
https://github.com/ethomson/cloud-scanner
Last synced: about 1 year ago
JSON representation
Cloud Scanner is a cloud agnostic tool that extracts cloud based resources from cloud providers like Azure and ingests them into a configured data source for further processing.
- Host: GitHub
- URL: https://github.com/ethomson/cloud-scanner
- Owner: ethomson
- License: mit
- Created: 2019-04-28T14:34:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-04T17:37:08.000Z (about 7 years ago)
- Last Synced: 2025-05-12T14:17:49.665Z (about 1 year ago)
- Language: Python
- Homepage: https://microsoft.github.io/cloud-scanner/
- Size: 77.1 KB
- Stars: 5
- Watchers: 2
- Forks: 41
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cloud Scanner
[](https://dev.azure.com/ethomson/cloud-scanner/_build/latest?definitionId=72&branchName=master)
**Note:** this is a fork of the [Microsoft Cloud Scanner](https://github.com/Microsoft/cloud-scanner), originally built by the Microsoft Commercial Software Engineering team. This project was forked for demonstration purposes only; please contribute changes back to the original project.
## Developer Documentation
[Read the API docs](https://microsoft.github.io/cloud-scanner/)
## Introduction
Core library for Cloud Scanner project, which is a workflow for discovering and documenting cloud resources across multiple accounts or subscriptions with the intent to store, update tags, and/or perform other generic resource related operations.
Dependent upon adapter projects such as [cloud-scanner-azure](https://github.com/Microsoft/cloud-scanner-azure) and [cloud-scanner-generic](https://github.com/Microsoft/cloud-scanner-generic) for the registry of service providers.
For an example of usage within an Azure Functions environment, see [cloud-scanner-azure-functions-sample](https://github.com/Microsoft/cloud-scanner-azure-functions-sample).
## Contributing
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](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.