CRITICAL: AWS (aws-access-key-id) #4824
Closed
pete911
started this conversation in
False Detection
Replies: 1 comment
-
Thanks. I've created an issue for tracking. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
IDs
AWS Access Key ID
Description
Running
trivy fs .
on go project with aws-sdk-go-v2 imported in vendor fails withCRITICAL: AWS (aws-access-key-id)
But this is an example access key in the comment - api_op_GetAccessKeyInfo.go
Reproduction Steps
1. Create go project 2. add dependency on github.com/aws/aws-sdk-go-v2/service/sts v1.19.3 3. run go mod vendor 4. run trivy fs .
Target
Filesystem
Scanner
Vulnerability
Target OS
No response
Debug Output
Version
Checklist
-f json
that shows data sources and confirmed that the security advisory in data sources was correctBeta Was this translation helpful? Give feedback.
All reactions