bweigel / python

A Python project for Azure Pipelines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cloud Scanner (my personal)

Build Status

PyPI

Note: this is a fork of the 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

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 and 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.

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. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

About

A Python project for Azure Pipelines

License:MIT License


Languages

Language:Python 99.5%Language:Makefile 0.5%