- Credential injection test: search for actual fake credential values
instead of env var name patterns (AWS_SECRET_ACCESS_KEY is
intentionally in security.rs denied_env_vars list)
- Verify-docs: add || true after head -50 pipe to prevent SIGPIPE
exit code with pipefail enabled
- Move provenance.json from /tmp/ to workspace root so all artifact
paths share the same least-common-ancestor (fixes upload-artifact
creating unusable paths like /home/runner/work/.../target/release/)
- Add cargo clean + rebuild before .d file tampering test to reset
corrupted build state from rmeta tampering test
- All downstream supply chain jobs (verify, tamper, adversarial) were
failing due to the artifact path issue