awslabs / git-secrets

Prevents you from committing secrets and credentials into git repositories
Apache License 2.0
12.36k stars 1.17k forks source link

Java Key Store files #250

Open paul-forrester-bjss opened 7 months ago

paul-forrester-bjss commented 7 months ago

JKS files contain potential secrets. Is there a way of configuring git-secrets to find JKS files? git-secrets appears to scan only file content. I'm not sure if JKS files have any distinguishing fixed content that can be scanned for to identify them.