Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps(metrics-operator): replace grpc version with v1.58.3 #2353

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

bacherfl
Copy link
Member

Closes #2350

The affected library (google.golang.org/grpc) that caused the security check to fail is a transitive dependency that is introduced via k8s.io/apiserver. Since the dependency to google.golang.org/grpc has not been updated to the version in which the vuln is fixed yet, this PR adds the replace in the go.mod file.

Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
@sonarcloud
Copy link

sonarcloud bot commented Oct 30, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@netlify
Copy link

netlify bot commented Oct 30, 2023

Deploy Preview for keptn-lifecycle-toolkit ready!

Name Link
🔨 Latest commit 64ac24b
🔍 Latest deploy log https://app.netlify.com/sites/keptn-lifecycle-toolkit/deploys/653f5fb0d988560008596784
😎 Deploy Preview https://deploy-preview-2353--keptn-lifecycle-toolkit.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@codecov
Copy link

codecov bot commented Oct 30, 2023

Codecov Report

Merging #2353 (64ac24b) into main (64b1508) will increase coverage by 0.02%.
Report is 1 commits behind head on main.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2353      +/-   ##
==========================================
+ Coverage   85.53%   85.55%   +0.02%     
==========================================
  Files         161      161              
  Lines       10166    10166              
==========================================
+ Hits         8695     8698       +3     
+ Misses       1194     1192       -2     
+ Partials      277      276       -1     

see 1 file with indirect coverage changes

Flag Coverage Δ
certificate-operator 67.43% <ø> (ø)
component-tests 57.77% <ø> (+0.77%) ⬆️
lifecycle-operator 85.61% <ø> (ø)
metrics-operator 87.58% <ø> (ø)
scheduler 32.12% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@bacherfl bacherfl marked this pull request as ready for review October 30, 2023 07:53
@bacherfl bacherfl requested a review from a team as a code owner October 30, 2023 07:53
@odubajDT
Copy link
Contributor

Let's run the security scan after the build is completed to be sure that the issue is fixed (I bet it will :) )

@bacherfl bacherfl merged commit 51269d4 into keptn:main Oct 30, 2023
41 checks passed
@bacherfl bacherfl deleted the deps/replace-grpc branch October 30, 2023 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Security Scan failed
3 participants