mirror of
https://github.com/moby/moby.git
synced 2026-07-13 19:12:11 +00:00
daemon/logger/awslogs/cloudwatchlogs_test.go:1652:2: G101: Potential hardcoded credentials (gosec)
credsResp := `{
"AccessKeyId" : "test-access-key-id",
"SecretAccessKey": "test-secret-access-key"
}`
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>