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
Multiplatform images built with 'docker buildx build --push' are pushed
to the registry but not loaded into the local Docker daemon. Scanning
tools (Dockle, Syft, Grype) require the image to be available locally.
Add explicit pull step after build to make image available for scanning.
Fixes grype-results.sarif not found error in PR #1166
Signed-off-by: Manav Gupta <manavg@gmail.com>
0 commit comments