fix: broken markdown refs auto-resolved

This commit is contained in:
efir369999 2026-05-06 01:09:47 +03:00
parent 733646873e
commit 79760f7e92

View File

@ -344,7 +344,7 @@ cargo build --all --release
docker build --file docker/release-build.dockerfile --tag montana-release:audit . docker build --file docker/release-build.dockerfile --tag montana-release:audit .
``` ```
CI gate `reproducible_release` (см. [.github/workflows/ci.yml](.github/workflows/ci.yml)) выполняет два независимых build с `--no-cache`, asserts byte-identity hashes на каждом push в main. Auditor может верифицировать через CI history без локального запуска (избегая Docker prerequisite). CI gate `reproducible_release` (см. .github/workflows/ci.yml) выполняет два независимых build с `--no-cache`, asserts byte-identity hashes на каждом push в main. Auditor может верифицировать через CI history без локального запуска (избегая Docker prerequisite).
### Run audit-relevant tests ### Run audit-relevant tests