
Getting Started Guide
How to Use Aikido Security
A practical guide to get you up and running with Aikido Security. Written by Delv Editorial, Delv Team.
Getting started with Aikido Security
In this guide, you will learn how to set up Aikido Security and perform a basic security scan on your code. After reading this, you'll be able to integrate security checks into your development workflow effectively.Step 1: Sign up and set up
- Visit Aikido Security's website.
- Click on the “Get Started” button located in the top right corner.
- Fill in the required information to create your account, including your name, email, and password.
- Verify your email address by clicking the link in the confirmation email you receive.
- Log in to your new account.
Step 2: Your first security scan
- After logging in, navigate to the “Dashboard” from the left menu.
- Click on the “Add Project” button on the top right.
- Enter your project details, including the repository URL (GitHub, GitLab, etc.) and select the type of scan you want (SAST or SCA).
- Click “Save” to add the project.
- Run the scan by clicking on the project name and selecting “Run Scan” from the project options.
- Wait for the scan to complete, then review the results in the “Findings” tab.
Step 3: Get better results
- For more accurate results, ensure that your code is up to date and free of syntax errors before scanning.
- Use the “Settings” tab within your project to configure custom rules for your scans, which can help tailor the results to your specific needs.
- Regularly schedule scans by setting up a CI/CD integration, which can be done under the “Integrations” section.