IBM / detect-secrets

An enterprise friendly way of detecting and preventing secrets in code.
Apache License 2.0
74 stars 46 forks source link

Detect AWS temporary credentials #34

Open christophetd opened 3 years ago

christophetd commented 3 years ago

The AWS access key currently only detects static credentials of IAM users.

It would be relevant to also detect AWS STS temporary credentials:

Thoughts? Interested by a PR?