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
Copy file name to clipboardExpand all lines: CMakeLists.txt
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -289,6 +289,7 @@ endif()
289
289
cmake_dependent_option(ENABLE_OSCAP_UTIL_AS_RPM"enable the scap-as-rpm utility, this lets you package SCAP data as RPMs"ON"NOT WIN32"OFF)
290
290
cmake_dependent_option(ENABLE_OSCAP_UTIL_SSH"enables the oscap-ssh utility, this lets you scan remote machines over ssh"ON"NOT WIN32"OFF)
291
291
cmake_dependent_option(ENABLE_OSCAP_UTIL_VM"enables the oscap-vm utility, this lets you scan VMs and VM storage images"ON"NOT WIN32"OFF)
292
+
cmake_dependent_option(ENABLE_OSCAP_UTIL_PODMAN"enables the oscap-podman utility, this lets you scan Podman containers and container images"ON"NOT WIN32"OFF)
292
293
cmake_dependent_option(ENABLE_OSCAP_UTIL_CHROOT"enables the oscap-chroot utility, this lets you scan entire chroots using offline scanning"ON"NOT WIN32"OFF)
0 commit comments