You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**common-test-data**: caches large test data under `tests/test_data/large`.
13
14
-**common-wheel-build**: builds and installs Python wheels across Linux, macOS, and Windows for multiple Python versions.
@@ -47,7 +48,7 @@ CI/CD, testing, publishing, and automation within the NautilusTrader repository.
47
48
48
49
-**Build attestations**: All published artifacts include cryptographic SLSA build provenance attestations, linking each artifact to a specific commit SHA. Verify via `gh attestation verify`.
49
50
-**Immutable action pinning**: All third-party GitHub Actions are pinned to specific commit SHAs.
50
-
-**Docker image pinning**: Base images in Dockerfiles are pinned to SHA256 digests to prevent supply-chain attacks via tag mutation.
51
+
-**Docker image pinning**: Base images in Dockerfiles and service containers in workflows are pinned to SHA256 digests to prevent supply-chain attacks via tag mutation.
51
52
-**Caching**: Caches for sccache, pip/site-packages, pre-commit, and test data speed up workflows while preserving hermetic (reproducible) builds.
0 commit comments