Content of the scanner_status.yml file (disconnected scenario)

9.2.21 Available from 9.2.21.

The scanner_status.yml file is located in the <disconnected_scanner_install_dir>/work directory and is added to every scan results package. It provides information about the status of each type of the software scan, and the capacity scan.

Table 1. Scan statuses
Parameter Description Troubleshooting
last_hw_scan_status Status of the last capacity scan. For troubleshooting information, see: Capacity scan return codes.
last_results_packaging_status Status of creating scan results package. Possible values
  • 0 - the package was created successfully
  • A negative number - the package was not created
For more information, check logs/log.txt file.
last_sw_catalog_scan_status Status of the last catalog-based scan. For troubleshooting information, see: Software scan return codes.
last_sw_docker_scan_status Status of the first phase of the docker scan. To verify whether results of the docker scan are available, check the status of the last_sw_iso_scan_status which is the second phase of the docker scan.  
last_sw_iso_scan_status Status of the last software identification tags scan. For troubleshooting information, see: Software scan return codes.
last_sw_package_scan_status Status of the last package data scan. For troubleshooting information, see: Software scan return codes.
Note: Starting from application update 9.2.33, package data scan is not performed. The last package data scan status is not present.
last_sw_scan_status Overall status of the software scan. Possible values:
  • 0 if all enabled types of the software scan finished successfully
  • 1 if any of the enabled types of the software scan failed
Check which type of the scan failed.
9.2.22 last_sw_slm_scan_status Status of the last resource utilization scan. For troubleshooting information, see: Software scan return codes.
Table 2. Timestamps
Parameter Description
last_<scan_name>_time Date and time when the last scan finished. The information is provided in the following format: yyyy-MM-ddTHH:mm:ssZ.
last_<scan_name>_success_time Date and time when the last successful scan finished. The field might be empty when the scan is permanently failing. The information is provided in the following format: yyyy-MM-ddTHH:mm:ssZ.