We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adc2b46 commit 79131f5Copy full SHA for 79131f5
cmake/sbom.cmake
@@ -42,8 +42,10 @@ if(WIN32)
42
endif()
43
elseif(APPLE)
44
set(SBOM_CPE "cpe:2.3:o:apple:mac_os:*:*:*:*:*:*:${CMAKE_SYSTEM_PROCESSOR}:*")
45
-elseif(UNIX)
+elseif(ANDROID)
46
set(SBOM_CPE "cpe:2.3:o:google:android:-:*:*:*:*:*:${CMAKE_SYSTEM_PROCESSOR}:*")
47
+elseif(UNIX)
48
+ set(SBOM_CPE "cpe:2.3:o:canonical:ubuntu_linux:-:*:*:*:*:*:${CMAKE_SYSTEM_PROCESSOR}:*")
49
elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "arm")
50
set(SBOM_CPE "cpe:2.3:h:arm:arm:-:*:*:*:*:*:*:*")
51
else()
0 commit comments