Skip to content

Commit 9b9d641

Browse files
Add mariner support from SCTK
Reference: aboutcode-org/scancode-toolkit#3734 Reference: #1156 Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent 0b43ac4 commit 9b9d641

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

scanpipe/pipes/rootfs.py

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"fedora",
4848
"sles",
4949
"opensuse",
50+
"mariner",
5051
"opensuse-tumbleweed",
5152
"photon",
5253
"windows",

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ install_requires =
7272
# Docker
7373
container-inspector==32.0.1
7474
# ScanCode-toolkit
75-
scancode-toolkit[packages]==32.1.0
75+
scancode-toolkit[packages] @ git+https://github.com/nexB/scancode-toolkit.git@04dae7156bce2d64b44e5ad6eddbc317250e5af0
7676
extractcode[full]==31.0.0
7777
commoncode==31.0.3
7878
# FetchCode

0 commit comments

Comments
 (0)