<#21691 trufflehog scans files outside defined sou...
# github-notifications
c
#21691 trufflehog scans files outside defined sources Issue created by thelittlebug Describe the bug i activated trufflehog and it finds secrets in my .envrc. this is a vague description of my project layout:
Copy code
/
  src/
    python/
      project1/
        BUILD
      project2/
        BUILD
    shell/
    javascript/
.envrc
pants.toml
there is no BUILD file in the root of my monorepo, so i would expect trufflehog to ignore my .envrc file Pants version 2.24 OS im using arch btw... :D pantsbuild/pants