v0.3.0
Caution
Breaking Change
Octovy has undergone a re-architecture from v0.2.0. Previously, it used a Relational Database to store scan results, allowing for vulnerability checks and searches. In version 0.3.0, we have shifted to leveraging cloud resources for these operations. Scan results are now stored in Google Cloud Storage for comparison purposes. Additionally, to enable package and vulnerability searches, results are also saved in BigQuery. This transition allows for more cost-effective and flexible data utilization.
What's Changed
- Update/vulnerability schema by @m-mizutani in #92
- build multi platform images by @m-mizutani in #93
- Add diff calculation feature with existing scan result by @m-mizutani in #94
- Use filepath.Clean by @m-mizutani in #95
- Re-enable migration feature by @m-mizutani in #96
- add(db): Check database readiness with db.Ping by @m-mizutani in #98
- Allow to save private key as base64 format by @m-mizutani in #99
- fix(ctrl): Stop defer close in Connect method by @m-mizutani in #100
- add(schema): GitHub repository table by @m-mizutani in #101
- Rearchitect for v0.3.0 by @m-mizutani in #105
Full Changelog: v0.2.0...v0.3.0