Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -215,12 +215,14 @@ cd /path/to/my-project
명령줄이 부담스럽다면 브라우저 기반 웹 UI를 사용할 수 있습니다.

```bash
# macOS / Linux — UI를 실행할 디렉토리에서
# macOS / Linux — 산출물을 저장할 폴더에서 실행 (어디든 무방)
./scan-sbom.sh --ui # http://localhost:8080 자동 열림
```

Windows에서는 `scripts\sbom-ui.bat`를 더블클릭합니다.

> 실행 위치(현재 폴더)는 **산출물이 저장되는 곳**이며, 입력 유형 **"현재 디렉터리"**를 골랐을 때만 그 폴더의 소스를 스캔합니다. GitHub URL·ZIP/SBOM/펌웨어 업로드·Docker 이미지를 쓸 거라면 입력을 UI에서 직접 주므로 **아무 폴더에서나** 실행해도 됩니다.

화면에서 **입력 유형**을 선택하고 형태에 맞게 입력/업로드합니다.

| 입력 유형 | 입력 방법 |
Expand Down
Loading