Skip to content

Commit

Permalink
Merge pull request #19 from ninoseki/v0.4.0
Browse files Browse the repository at this point in the history
v0.4.0 [skip ci]
  • Loading branch information
ninoseki authored Oct 1, 2022
2 parents 078f6a2 + 6248193 commit 26204ff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
# mihama

[osv.dev](https://osv.dev/) API clone for on-premise usage.
[osv.dev](https://osv.dev/) API clone for on-premise usage with extra features.

## Why?

osv.dev is an OSS project. ([google/osv.dev](https://github.com/google/osv.dev))

But it is highly coupled with GCP. So it is difficult to deploy osv.dev on premise. (ref. [Deploy osv.dev on-premise #546](https://github.com/google/osv.dev/issues/546))

## Extra features

- Query by [CycloneDX](https://cyclonedx.org/) SBOM
- Query by [SPDX](https://spdx.dev/) SBOM

## Docs

- [Installation](https://github.com/ninoseki/mihama/wiki/Installation)
- [Configuration](https://github.com/ninoseki/mihama/wiki/Configuration)
- [Known Limitations](https://github.com/ninoseki/mihama/wiki/Known-Limitations)
- [CLI](https://github.com/ninoseki/mihama/wiki/CLI)
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "mihama"
version = "0.3.0"
description = ""
version = "0.4.0"
description = "osv.dev API clone for on-premise usage"
authors = ["Manabu Niseki <[email protected]>"]

[tool.poetry.dependencies]
Expand Down

0 comments on commit 26204ff

Please sign in to comment.