File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
37ClawScan is an open, benchmarkable security scanning harness for agent skills.
48
59It 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
314318Release 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 ` .
You can’t perform that action at this time.
0 commit comments