---
title: "Scan"
method: POST
path: "/api/v1/scan"
tags: ["Scanning Resource"]
---

# Scan

`POST /api/v1/scan`

## Request body

- ScanRequest
  - `scanUrl` string
  - `branch` string
  - `subfolder` string
  - `credentials` Credentials
    - `username` string
    - `password` string
    - `pat` string

## Response `200`

OK

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/cbomkit/apis/cbomkit-api.md) · [All operations](https://skmtc.dev/cbomkit/apis/cbomkit-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cbomkit/cbomkit-api/revisions/b95e38313510/schema)
