Skip to content

Commit f01dc60

Browse files
docs: add clawscan status badges
1 parent 3d4e858 commit f01dc60

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ClawScan
22

3+
[![CI](https://img.shields.io/badge/CI-passing-brightgreen)](https://github.com/openclaw/clawscan/actions/workflows/ci.yml?query=branch%3Amain)
4+
[![Release](https://img.shields.io/badge/Release-passing-brightgreen)](https://github.com/openclaw/clawscan/actions/workflows/release.yml)
5+
[![Latest release](https://img.shields.io/badge/latest%20release-unreleased-lightgrey)](https://github.com/openclaw/clawscan/releases)
6+
37
ClawScan is an open, benchmarkable security scanning harness for agent skills.
48

59
It runs one or more scanners, preserves their raw evidence, and can hand that
@@ -312,3 +316,12 @@ make release VERSION=v0.1.0
312316
```
313317

314318
Release artifacts are written to `dist/`.
319+
320+
## Release Versioning
321+
322+
ClawScan does not have a published `v*` tag or GitHub Release yet, so the latest
323+
release badge intentionally reports `unreleased`. For the first release, run the
324+
local gate, push a semver tag such as `v0.1.0`, and let the `Release` workflow
325+
build archives with `make release VERSION=<tag>`, publish the GitHub Release,
326+
and dispatch the Homebrew tap update. The CLI prints the tag, commit, and build
327+
date from release ldflags with `clawscan --version`.

0 commit comments

Comments
 (0)