Skip to content

chagretes/ADO-Audity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure DevOps Audity

Extracting security information in Azure DevOps (formerly VSTS) can be a difficult task. Microsoft provides an API that allows a series of operations, but to extract from efficiently a lot of calls is required in different API modules.

This console application performs these operations in an automated manner generating a CSV with the list of the repositories, groups and users of each group, along with the permissions of each.

Use

Please change the constant below, in AzureDevOpsAgent.cs for the url of your collection:

const string c_collectionUri = "<YOUR COLLECTION URL>";

Run the application, a visual interface will appear to log in to your instance.

Example Login

It is important to emphasize that the visibility of the report will be according to the visibility that the logged user has.

About

Extract security and access information from Azure DevOps repositories

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages