We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 381b2a7 + 1526154 commit 736ef5cCopy full SHA for 736ef5c
CHANGELOG.rst
@@ -22,6 +22,9 @@
22
calling XlsxWriter and report and error if the truncated can be truncated.
23
https://github.com/nexB/scancode.io/issues/206
24
25
+- Add support for VMWare Photon-based Docker images and rootfs. This is an RPM-based
26
+ Linux distribution
27
+
28
### v21.6.10
29
30
- Add support for VM image formats extraction such as VMDK, VDI and QCOW.
@@ -298,4 +301,4 @@
298
301
299
302
### v1.0.0 (2020-09-09)
300
303
-- Initial release
304
+- Initial release
scanpipe/pipes/rootfs.py
@@ -47,6 +47,7 @@
47
"sles": rpm.package_getter,
48
"opensuse": rpm.package_getter,
49
"opensuse-tumbleweed": rpm.package_getter,
50
+ "photon": rpm.package_getter,
51
}
52
53
0 commit comments