kubescape / storage

Apache License 2.0
1 stars 6 forks source link

bump version #69

Closed Daniel-GrunbergerCA closed 9 months ago

Daniel-GrunbergerCA commented 9 months ago

PR Type:

Bug fix


PR Description:

This PR addresses vulnerabilities found in the project by updating the versions of several dependencies:


PR Main Files Walkthrough:

files: - `go.mod`: Updated versions of several dependencies and added a replace directive for `google.golang.org/grpc`. - `go.sum`: The checksums of the updated dependencies have been recalculated.

User Description:

Bump version to fix vulnerability found https://cyberarmor-io.atlassian.net/browse/SUB-3393 image

codiumai-pr-agent[bot] commented 9 months 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 9 months ago

Summary:

matthyx commented 9 months ago

Cool, I was afraid to apply those... did you check it still works?