Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ klaws scan ./MyService.java # 단일 파일 스캔
docker run --rm -v "$PWD":/src:ro ghcr.io/rostradamus/klaws scan /src

# floating latest 태그 대신 특정 버전 고정
docker run --rm -v "$PWD":/src:ro ghcr.io/rostradamus/klaws:0.1.5 scan /src
docker run --rm -v "$PWD":/src:ro ghcr.io/rostradamus/klaws:0.1.6 scan /src
```

### 사전 빌드된 바이너리
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ No toolchain required — the image is published to GitHub Container Registry an
docker run --rm -v "$PWD":/src:ro ghcr.io/rostradamus/klaws scan /src

# Pin a version instead of the floating latest tag
docker run --rm -v "$PWD":/src:ro ghcr.io/rostradamus/klaws:0.1.5 scan /src
docker run --rm -v "$PWD":/src:ro ghcr.io/rostradamus/klaws:0.1.6 scan /src
```

### Prebuilt binary
Expand Down
4 changes: 2 additions & 2 deletions server.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"url": "https://github.com/rostradamus/klaws",
"source": "github"
},
"version": "0.1.5",
"version": "0.1.6",
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/rostradamus/klaws:0.1.5",
"identifier": "ghcr.io/rostradamus/klaws:0.1.6",
"transport": {
"type": "stdio"
}
Expand Down
Loading