envorigin 1.8.0

Explain where environment variables come from in Docker Compose and GitHub Actions
Documentation
1
2
3
4
5
6
7
# Team conventions enforced by the audit.
required = ["DATABASE_URL", "LOG_LEVEL"]
prefix = "APP_"
forbidden = ["CI"]

[patterns]
DATABASE_URL = "^postgres(ql)?://"