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
Resolves#1316
Update the --docker flag to:
- Only accept one image to scan at a time (to make displaying results
easier)
- Call new image scanning function internally.
- Acts like a convenience function for
```
docker save <image-name> > img-name.tar && osv-scanner --experimental-oci-image=img.name.tar
```
TODO:
- [x] Add an ACCEPTANCE test which uses docker to pull down a stable
image.
- [x] Include a docker pull first, as docker save only saves images
already on device and does not pull images online.
another-rex
added a commit
to another-rex/osv-scanner
that referenced
this issue
Nov 1, 2024
Resolvesgoogle#1316
Update the --docker flag to:
- Only accept one image to scan at a time (to make displaying results
easier)
- Call new image scanning function internally.
- Acts like a convenience function for
```
docker save <image-name> > img-name.tar && osv-scanner --experimental-oci-image=img.name.tar
```
TODO:
- [x] Add an ACCEPTANCE test which uses docker to pull down a stable
image.
- [x] Include a docker pull first, as docker save only saves images
already on device and does not pull images online.
Do
docker pull
anddocker save
under the hood for convenience.The text was updated successfully, but these errors were encountered: