-
Notifications
You must be signed in to change notification settings - Fork 270
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
aws-efs-csi-driver/2.0.7-r1: cve remediation #35053
base: main
Are you sure you want to change the base?
aws-efs-csi-driver/2.0.7-r1: cve remediation #35053
Conversation
Gen AI suggestions to solve the build error: Based on the error output and Melange YAML file, I'll analyze the build failure: • Detected Error: The error appears to be in the • Error Category: Version/Dependency • Failure Point: The • Root Cause Analysis: • Suggested Fix: - uses: go/bump
with:
deps: k8s.io/[email protected]
modroot: cmd/
go-version: '1.20'
- uses: go/build
with:
go-package: go
modroot: cmd/
packages: main.go
output: aws-efs-csi-driver
go-version: '1.20'
ldflags: |
[existing ldflags...] • Explanation: • Additional Notes:
• References:
|
…d3812c709c3 Signed-off-by: Mark McCormick <[email protected]>
Gen AI suggestions to solve the build error: • Detected Error: • Error Category: Version/Configuration • Failure Point: • Root Cause Analysis: The error appears to be related to an invalid Go version. Go 1.23.4 doesn't exist - the latest major version is Go 1.21.x • Suggested Fix:
pipeline:
- uses: go/bump
with:
deps: k8s.io/[email protected]
modroot: cmd/
go-version: '1.21' # Add this line
environment:
contents:
packages:
- go-1.21 # Instead of go-1.23 • Explanation: • Additional Notes:
• References:
|
aws-efs-csi-driver/2.0.7-r1: fix GHSA-27wf-5967-98gx
Advisory data: https://github.com/wolfi-dev/advisories/blob/main/aws-efs-csi-driver.advisories.yaml