We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From Ada Logics:
Unhandled error in the image-automation controller, despite the error being assigned to a variable, which can lead to undefined behaviour.
image-automation-controller/controllers/imageupdateautomation_controller.go
Lines 290 to 293 in 674f833
Recommendation We propose to change the above code to the following:
var signingEntity *openpgp.Entity if gitSpec.Commit.SigningKey != nil { if signingEntity, err = r.getSigningEntity(ctx, auto); err != nil { failWithError(err) } }
The text was updated successfully, but these errors were encountered:
Fix unhandled error in signing key retrieval
fe40819
Fixes #242 Signed-off-by: Aurel Canciu <aurelcanciu@gmail.com>
1ea130a
Fixes fluxcd#242 Signed-off-by: Aurel Canciu <aurelcanciu@gmail.com>
relu
Successfully merging a pull request may close this issue.
From Ada Logics:
image-automation-controller/controllers/imageupdateautomation_controller.go
Lines 290 to 293 in 674f833
The text was updated successfully, but these errors were encountered: