Full Workspace Scan in IDE

The Aikido Workspace Scan lets you analyze your entire project at once, so you can quickly review security issues across all files, not just the ones you have open.

When to Use a Full Scan

Use full scans when:

  • You’ve just added or updated dependencies.

  • You want a security baseline for your repository.

  • You’re about to push significant code changes.

For regular development, open/save scans continue to provide instant feedback as you write code.

Run a Full Scan

You can start a full scan directly from the Aikido panel in VS Code:

  1. Open the Aikido sidebar.

  2. Click Workspace Scan at the top of the view.

  3. Select whether you want to scan:

    • Entire workspace – runs a complete analysis of all source files in your project.

    • Changed files only – scans only files that have been modified since your last Git commit.

During the scan, Aikido checks for:

  • Code issues (SAST) — insecure coding patterns and misconfigurations.

  • Secrets — exposed tokens, passwords, and API keys.

  • Note. Dependency issues are by default already scanned across your entire codebase (as shown in sidebar).

Results appear inline in your editor and in the Scan Results panel, grouped by category. You can hover over each finding for more details or open it in Aikido for deeper triage.

Last updated

Was this helpful?