AWS CodePipeline Setup for Local Code Scanning
How to set up Local Scanning
1. Create the CodeBuild Project
Create an aikido-security-scan project.
aikido-security-scan project.
version: 0.2 phases: build: commands: - aikido-local-scanner scan . --apikey $AIKIDO_API_KEY --repositoryname MyRepo --branchname myDefaultBranch
Adding your API key to the CodeBuild Project
2. Create the CodePipeline
3. Check your scanning results
Last updated
Was this helpful?