Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>Fluid Attacks AI AzureDevOps Extension
Fluid Attacks AI AzureDevOps Extension

Fluid Attacks AI AzureDevOps Extension

Fluid Attacks

fluidattacks.com
|
4 installs
| (0) | Free
Sorts extension for Azure DevOps
This extension is now unpublished from Marketplace. You can choose to uninstall it.

Fluid Attacks AI AzureDevops Extension

Execute Fluid Attacks AI extension in your AzureDevOps by including this extensions in your pipelines. Fluid Attacks AI is a Machine Learning based tool able to give predictions about the vulnerability risk of your code, file by file.

Set up Sorts in your CI/CD

You need two things. First, install the extension. Second, you need to include it in your pipeline yaml definition file. Below, you have an example yaml. You'll find that you need to set up a few input variables to Sorts. Most of them are just Azure Build Environment Vars. You will also need to have an Azure personal token. You can generate one following this steps.

trigger:
- main

pool:
	vmImage: ubuntu-latest

steps:
	- script: echo Hello World Sorts in your Pipeline!
		displayName: 'Run a one-line echo'
	  
	- script: |
		echo Installing additional Python packages.
		python -m pip install \
			gitpython \
			pandas \
			cryptography \
			prettytable \
			tqdm \
			category-encoders
		displayName: 'Install extra python packages'
	  
	- task: azure_sorts_test@0
		inputs:
			azureUsername: YOUR_PERSONAL_AZURE_USERNAME
			azureToken: YOUR_PERSONAL_AZURE_TOKEN
			repositoryUrl: '$(Build.Repository.Uri)'
			repositoryLocalPath: '$(Build.Repository.LocalPath)'
			buildSourceVersion: '$(Build.SourceVersion)'
			repositoryId: '$(Build.Repository.ID)'
			collectionUri: '$(System.CollectionUri)'
			projectName: '$(System.TeamProject)'
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft