Skip to content

Commit c6461cb

Browse files
authored
Update detectors summary documentation (#1538)
1 parent f28ac75 commit c6461cb

File tree

1 file changed

+56
-32
lines changed

1 file changed

+56
-32
lines changed

docs/detectors/README.md

Lines changed: 56 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
| -------------------- | ------ |
77
| PodComponentDetector | Stable |
88

9+
- [Conan](conan.md)
10+
11+
| Detector | Status |
12+
| -------------------------- | ---------- |
13+
| ConanLockComponentDetector | DefaultOff |
14+
915
- [Conda](conda.md)
1016

1117
| Detector | Status |
@@ -14,9 +20,15 @@
1420

1521
- DockerFile
1622

17-
| Detector | Status |
18-
| ------------------ | ---------- |
19-
| DockerFileDetector | DefaultOff |
23+
| Detector | Status |
24+
| -------------------------- | ---------- |
25+
| DockerfileComponentDetector | DefaultOff |
26+
27+
- [DotNet](dotnet.md)
28+
29+
| Detector | Status |
30+
| ----------------------- | ------ |
31+
| DotNetComponentDetector | Stable |
2032

2133
- [Go](go.md)
2234

@@ -43,40 +55,40 @@
4355
| LinuxContainerDetector | Stable |
4456

4557
- [Maven](maven.md)
46-
- NPM
47-
- [NuGet](nuget.md)
4858

49-
| Detector | Status |
50-
| ------------------------- | ------ |
51-
| MavenCliComponentDetector | Stable |
59+
| Detector | Status |
60+
| ----------------------- | ------ |
61+
| MvnCliComponentDetector | Stable |
5262

5363
- [NPM](npm.md)
5464

55-
| Detector | Status |
56-
| -------------------- | ------------ |
57-
| NpmComponentDetector | Stable |
58-
| NpmLockFileDetector | Stable |
59-
| NpmLockFile3Detector | Experimental |
65+
| Detector | Status |
66+
| ----------------------------- | ------------ |
67+
| NpmComponentDetector | Stable |
68+
| NpmComponentDetectorWithRoots | Stable |
69+
| NpmLockfile3Detector | Experimental |
6070

61-
- NuGet
71+
- [NuGet](nuget.md)
6272

6373
| Detector | Status |
6474
| ------------------------------------------------ | ------ |
65-
| NugetComponentDetector | Stable |
66-
| NugetPackagesConfigDetector | Stable |
75+
| NuGetComponentDetector | Stable |
76+
| NuGetPackagesConfigDetector | Stable |
6777
| NuGetProjectModelProjectCentricComponentDetector | Stable |
6878

6979
- [Pip](pip.md)
7080

71-
| Detector | Status |
72-
| -------------------- | ------ |
73-
| PipComponentDetector | Stable |
81+
| Detector | Status |
82+
| -------------------------- | ---------- |
83+
| PipReportComponentDetector | Stable |
84+
| PipComponentDetector | DefaultOff |
85+
| SimplePipComponentDetector | DefaultOff |
7486

7587
- Pnpm
7688

77-
| Detector | Status |
78-
| --------------------- | ------ |
79-
| PnpmComponentDetector | Stable |
89+
| Detector | Status |
90+
| ---------------------------- | ------ |
91+
| PnpmComponentDetectorFactory | Stable |
8092

8193
- [Poetry](poetry.md)
8294

@@ -90,26 +102,38 @@
90102
| --------------------- | ------ |
91103
| RubyComponentDetector | Stable |
92104

93-
- Rust
105+
- [Rust](rust.md)
94106

95-
| Detector | Status |
96-
| ----------------- | ------ |
97-
| RustCrateDetector | Stable |
107+
| Detector | Status |
108+
| ---------------- | ------ |
109+
| RustSbomDetector | Stable |
98110

99111
- Spdx
100112

101113
| Detector | Status |
102114
| ----------------------- | ---------- |
103115
| Spdx22ComponentDetector | DefaultOff |
104116

117+
- [Swift](swift.md)
118+
119+
| Detector | Status |
120+
| ------------------------------- | ---------- |
121+
| SwiftResolvedComponentDetector | DefaultOff |
122+
123+
- [Uv](uv.md)
124+
125+
| Detector | Status |
126+
| ----------------------- | ------------ |
127+
| UvLockComponentDetector | Experimental |
128+
105129
- Vcpkg
106130

107-
| Detector | Status |
108-
| ---------------------- | ------------ |
109-
| VcpkgComponentDetector | Experimental |
131+
| Detector | Status |
132+
| ---------------------- | ------ |
133+
| VcpkgComponentDetector | Stable |
110134

111135
- Yarn
112136

113-
| Detector | Status |
114-
| ---------------- | ------ |
115-
| YarnLockDetector | Stable |
137+
| Detector | Status |
138+
| ------------------------ | ------ |
139+
| YarnLockComponentDetector | Stable |

0 commit comments

Comments
 (0)