v0.8.3
Jun 15, 2024
66
version = 1 test_patterns = [ "test/**", "test_e2e/**" ] exclude_patterns = [ "**/examples/**" ] [[analyzers]] name = "secrets"
Secrets
Secrets should never be checked into source code. Ideally, they should be injected into the runtime and then the values should be picked from there.