- RapidFort SASM Platform Documentation
- Scanning
- Scan using CLI tools
Scan one or more Images
Scanning Images
rfscan accepts one or more images as command line parameters.
rfscan <registry>/<repository>:<tag>
Alternatively, you may specify a text file containing a list of images (one image per line).
<registry>/<repository1>:<tag1>
<registry>/<repository2>:<tag2>
<registry>/<repository3>:<tag3>
rfscan <path_to_text_file>
For Example:
rfscan docker.io/redis:latest
rfscan docker.io/ubuntu:16.04 docker.io/ubuntu:18.04 docker.io/ubuntu:20.04
Click here for examples on how to scan a single image & here for scanning multiple images