Azure DevOps Server Setup for Local Code Scanning
How to set up Local Scanning
1. Setting up a Local Scanner pipeline
trigger:
branches:
include:
- main
pool:
vmImage: 'ubuntu-latest'
container:
image: aikidosecurity/local-scanner:latest
options: --entrypoint=""
steps:
- script: aikido-local-scanner scan $BUILD_SOURCESDIRECTORY --apikey $(AIKIDO_API_KEY) --repositoryname $BUILD_REPOSITORY_NAME --branchname main2. Get your authentication token
3. Check your scanning results
Last updated
Was this helpful?