Skip to content

multiple major versions of the aws SDK linked in the binary #3599

@kruskall

Description

@kruskall

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:

  1. build cloudbeat
  2. go version -m cloudbeat
  3. 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

No one assigned

    Labels

    Team:Cloud SecurityCloud Security team relatedbugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions