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
docker-build failed on v0.2.4 at "Generate SBOM for source" with received HTTP status=404 for url='https://get.anchore.io/syft/v0.103.1/install.sh'.
The pinned anchore/sbom-action@v0.15.8 is bundled with a syft
version that Anchore has since deleted/moved upstream. Bumped all
three usage sites (source SBOM in docker-build, image SBOM in docker-build, image SBOM in docker-publish-sign) to @v0 (the moving major-tag pointer Anchore maintains as stable).
SBOM steps now non-blocking via continue-on-error: true.
CycloneDX SBOMs are supply-chain-transparency metadata, not
gating on Docker image functionality — if the SBOM action breaks
again upstream, Docker push should still complete. The Upload
SBOM step is gated on hashFiles(...) so it skips cleanly when
the SBOM file wasn't produced.
Notes
v0.2.4 binary tarballs landed correctly and are still the
recommended letsgo testnet target until v0.2.5 supersedes them.
Docker image was never produced for v0.2.2 / v0.2.3 / v0.2.4. v0.2.5
should be the first version with ghcr.io/alanruno/mxd:vX.Y.Z live.