Complete RC6 supply chain gates
This commit is contained in:
@@ -1861,3 +1861,18 @@ Runtime controls are `OFFICIAL_VECTOR_ENABLED`, `BWK_WFS_URL`,
|
||||
`OFFICIAL_VECTOR_TIMEOUT_SECONDS`, `OFFICIAL_VECTOR_MAX_RESPONSE_MB`,
|
||||
`OFFICIAL_VECTOR_MAX_TOTAL_RESPONSE_MB` and
|
||||
`OFFICIAL_VECTOR_CACHE_TTL_HOURS`.
|
||||
|
||||
## Locked CI dependencies
|
||||
|
||||
The release image installs the hashed Linux/Python 3.11 base/GIS graph from
|
||||
`requirements-runtime.lock`; CI adds test tools through
|
||||
`requirements-ci.lock`. Both deliberately exclude the optional `ai` extra.
|
||||
Regenerate and validate them from the repository root with:
|
||||
|
||||
```bash
|
||||
bash scripts/generate_python_lock.sh
|
||||
python scripts/verify_python_lock.py
|
||||
```
|
||||
|
||||
The complete gate and vulnerability/SBOM policy are documented in
|
||||
`docs/CI_SUPPLY_CHAIN.md`.
|
||||
|
||||
Reference in New Issue
Block a user