kubescape / kubevuln

Kubevuln is an in-cluster component of the Kubescape security platform. It scans container images for vulnerabilities, using Grype as its engine.
Apache License 2.0
18 stars 19 forks source link

updated service discovery version #188

Closed amirmalka closed 1 year ago

amirmalka commented 1 year ago

PR Type:

Enhancement


PR Description:

This PR includes the following changes:


PR Main Files Walkthrough:

files: - `config/config.go`: Replaced the v1 service discovery with v2 in the LoadBackendServicesConfig function. - `go.mod`: Updated the version of `kubescape/backend` from v0.0.13 to v0.0.15. - `go.sum`: Added the new version of `kubescape/backend` (v0.0.15) and removed the old one (v0.0.13).

User Description:

Overview

codiumai-pr-agent-free[bot] commented 1 year ago

PR Analysis

How to use

Instructions

To invoke the PR-Agent, add a comment using one of the following commands: /review: Request a review of your Pull Request. /describe: Update the PR title and description based on the contents of the PR. /improve [--extended]: Suggest code improvements. Extended mode provides a higher quality feedback. /ask \<QUESTION>: Ask a question about the PR. /update_changelog: Update the changelog based on the PR's contents. /add_docs: Generate docstring for new components introduced in the PR. /generate_labels: Generate labels for the PR based on the PR's contents. see the tools guide for more details.

To edit any configuration parameter from the configuration.toml, add --config_path=new_value. For example: /review --pr_reviewer.extra_instructions="focus on the file: ..." To list the possible configuration parameters, add a /config comment.

github-actions[bot] commented 1 year ago

Summary: