kubescape / host-scanner

Kubernetes host-sensor project. The host information provider for Kubescape
Apache License 2.0
6 stars 11 forks source link

Repo should be tagged and produce images accordingly #38

Closed fredbi closed 1 month ago

fredbi commented 1 year ago

Overview

At this moment, it is difficult to figure out which version of this repo corresponds to the tagged image available on quay.io.

Problem

I've noticed this when working on the client-side calling the host-scanner API in a package in kubescape (kubescape/core/pkg/hostsensorutils): routes are hard-coded there and we don't really know which is which.

Solution

  1. Tag the host-scanner repo
  2. Build images according to the tag

Alternatives

Additional context

fredbi commented 1 year ago

cc: @dwertent @matthyx

matthyx commented 1 year ago

I think this is intentional @dwertent ?