Replies: 1 comment 1 reply
-
Fix for this appears to already be in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
As noted in #5822 , a breaking change was introduced in a minor version bump of the AWS SDK (v1.23 --
**Feature**: **BREAKING CHANGE**: V2 endpoint resolution middleware has changed steps from Serialize to Finalize. Middleware that indexes off of this field will need to be updated accordingly.
).This causes (possibly only under certain circumstances since there aren't endless reports of errors with the
trivy aws
command) numerous adapter failuresDesired Behavior
Successful
trivy aws
data gatheringActual Behavior
Adapter failures:
v0.48.1 also had
failed to run adapter for ec2: not found, ResolveEndpointV2
, but that appears to have been resolved in #5822Reproduction Steps
Target
AWS
Scanner
Misconfiguration
Output Format
Table
Mode
Standalone
Debug Output
Operating System
Linux x64
Version
Checklist
trivy image --reset
Beta Was this translation helpful? Give feedback.
All reactions