Conversation
There was a problem hiding this comment.
Hey @janisz - I've reviewed your changes and they look great!
Here's what I looked at during the review
- 🟡 General issues: 1 issue found
- 🟢 Security: all looks good
- 🟡 Testing: 1 issue found
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
RTann
left a comment
There was a problem hiding this comment.
Just curious the purpose of these changes. Did something start failing?
|
It's related to #15270 and I discovered that we could have issues with non padded base64. So far there were no reported issues but I think it's good to update anyway. |
|
Could you test that using the base64 data from those tests? https://github.com/stackrox/stackrox/pull/15270/files#diff-d037284920ac19198466df83d9909c321510421921b05971c705e1506b1f1c5fR462-R481 It would tell us whether we were really incorrectly decoding base64 in that particular case. |
Signed-off-by: Tomasz Janiszewski <tomek@redhat.com>
Signed-off-by: Tomasz Janiszewski <tomek@redhat.com>
509ead5 to
8fba8a6
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #15549 +/- ##
========================================
Coverage 48.80% 48.80%
========================================
Files 2590 2592 +2
Lines 190528 190658 +130
========================================
+ Hits 92990 93060 +70
- Misses 90235 90293 +58
- Partials 7303 7305 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
bugbot run |
|
Images are ready for the commit at d0431cc. To use with deploy scripts, first |
|
@janisz: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
This PR updates docker config definition with k8s changes and tests.
See: