# Private git-source dependencies — kept out of requirements.txt and
# deliberately named without a `requirements*` prefix so Snyk's GitHub
# integration doesn't auto-discover it (Snyk can't clone git+ssh URLs).
# Installed alongside requirements.txt; see Dockerfile and CI workflows.
#
# The Docker build can override the code-analysis ref below via the
# CODE_ANALYSIS_REF build arg: the integration image builds against @main, all
# other environments use the @release pin committed here. See README
# "Build environments" for the env→ref map and how to read the running commit.
codeanalysis @ git+ssh://git@github.com/corsis-tech/code-analysis.git@release
