-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
Team:Cloud SecurityCloud Security team relatedCloud Security team relatedbugSomething isn't workingSomething isn't working
Description
Describe the bug
cloudbeat includes both aws SDK v1 and v2. This is unnecessary and it's just bloating the binary.
This seems to be caused by go-getter so we could get away with it by bumping to v1.8.0 which seems to have fixed the issue: https://github.com/hashicorp/go-getter/releases/tag/v1.8.0
Preconditions
Environment state and/or platform-specific configurations.
To Reproduce
Write the exact actions one should perform in order to reproduce the bug.
Steps to reproduce the behavior:
- build cloudbeat
- go version -m cloudbeat
- both aws sdk v1 and v2 are listed
Expected behavior
only one aws sdk is used (not the EOL one of course)
Metadata
Metadata
Assignees
Labels
Team:Cloud SecurityCloud Security team relatedCloud Security team relatedbugSomething isn't workingSomething isn't working