DeepSource not detecting secrets being exposed

Hi Deepsource Team!
I am currently experimenting with Deepsource. I have deepsource enabled in my repositoruy however, it is not detecting any secret being added to the repository.

It’s not able to detect a fake Open-AI key we added in the repository as a check.

image
image

@sp6370 Looks like Secrets analyzer is not enabled in this repository. You can enable the secrets analyzer by adding the following to the .deepsource.toml file.

[[analyzers]]
name = "secrets"

Documentation: Secrets

1 Like