Fix/bump docker and container storage#764
Merged
rchincha merged 11 commits intoMay 20, 2026
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #764 +/- ##
==========================================
+ Coverage 54.22% 54.83% +0.60%
==========================================
Files 55 55
Lines 5909 5909
==========================================
+ Hits 3204 3240 +36
+ Misses 2126 2096 -30
+ Partials 579 573 -6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Author
|
btw, |
Signed-off-by: Ryan Harper <ryaharpe@cisco.com> Signed-off-by: Ryan Harper <rharper@woxford.com>
…r the binary Signed-off-by: Ryan Harper <ryaharpe@cisco.com> Signed-off-by: Ryan Harper <rharper@woxford.com>
…ude by default Signed-off-by: Ryan Harper <ryaharpe@cisco.com> Signed-off-by: Ryan Harper <rharper@woxford.com>
…ix cves Signed-off-by: Ryan Harper <ryaharpe@cisco.com> Signed-off-by: Ryan Harper <rharper@woxford.com>
Signed-off-by: Ryan Harper <ryaharpe@cisco.com> Signed-off-by: Ryan Harper <rharper@woxford.com>
Signed-off-by: Ryan Harper <ryaharpe@cisco.com> Signed-off-by: Ryan Harper <rharper@woxford.com>
Signed-off-by: Ryan Harper <ryaharpe@cisco.com> Signed-off-by: Ryan Harper <rharper@woxford.com>
Signed-off-by: Ryan Harper <ryaharpe@cisco.com> Signed-off-by: Ryan Harper <rharper@woxford.com>
Signed-off-by: Ryan Harper <ryaharpe@cisco.com> Signed-off-by: Ryan Harper <rharper@woxford.com>
Not quite sure why git commands on github workflow for test doesn't think the current working directory is a git repo but it fails with git fatal -128 return code. Avoid this by passing in the two values that matter: VERSION_FULL (which is the git describe with optional -dirty suffix) TOP_LEVEL (which is the top of the git tree repo) In helpers.bash, drop run_git and use these values as needed Signed-off-by: Ryan Harper <rharper@woxford.com>
10bac13 to
89122d5
Compare
Add test coverage for paths where we log and return errors. Signed-off-by: Ryan Harper <ryaharpe@cisco.com>
Contributor
Author
Not clear what's going on in the VM here, but something was up with how it was using git. I've changed test to not use |
rchincha
approved these changes
May 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
cleanup
Which issue does this PR fix:
CVEs
#742
#734
#732
#708
#704
What does this PR do / Why do we need it:
Address upstream go CVEs
If an issue # is not available please add repro steps and logs showing the issue:
security scan on stacker binary
Testing done on this change:
make test && make lint
Automation added to e2e:
none
Will this break upgrades or downgrades?
no
Does this PR introduce any user-facing change?:
no
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.