Skip to content

Commit 04eed54

Browse files
authored
docs: update license scanning support (#2685)
1 parent 8db8a06 commit 04eed54

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

docs/getting-started/supported-languages-and-tools.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The table below lists all languages that Codacy supports and the corresponding t
106106
<td>-</td>
107107
<td><a href="https://pmd.github.io/pmd/pmd_userdocs_cpd.html">PMD CPD</a> <a href="#different-tools"><sup>10</sup></a> </td>
108108
<td><a href="https://github.com/terryyin/lizard">Lizard</a></td>
109-
<td>-</td>
109+
<td>Conan</td>
110110
</tr>
111111
<tr>
112112
<td>C++</td>
@@ -122,7 +122,7 @@ The table below lists all languages that Codacy supports and the corresponding t
122122
<td>-</td>
123123
<td><a href="https://pmd.github.io/pmd/pmd_userdocs_cpd.html">PMD CPD</a> <a href="#different-tools"><sup>10</sup></a> </td>
124124
<td><a href="https://github.com/terryyin/lizard">Lizard</a></td>
125-
<td>-</td>
125+
<td>Conan</td>
126126
</tr>
127127
<tr>
128128
<td>C#</td>
@@ -136,7 +136,7 @@ The table below lists all languages that Codacy supports and the corresponding t
136136
<td><a href="https://trivy.dev">Trivy</a>, scans <code>packages.lock.json</code> for malicious packages published in <a href="https://www.nuget.org/">NuGet</a> </td>
137137
<td><a href="https://pmd.github.io/pmd/pmd_userdocs_cpd.html">PMD CPD</a> <a href="#different-tools"><sup>10</sup></a> </td>
138138
<td><a href="https://github.com/terryyin/lizard">Lizard</a></td>
139-
<td>-</td>
139+
<td>NuGet</td>
140140
</tr>
141141
<tr>
142142
<td>CoffeeScript</td>
@@ -185,7 +185,7 @@ The table below lists all languages that Codacy supports and the corresponding t
185185
<td>-</td>
186186
<td><a href="https://github.com/kucherenko/jscpd">jscpd</a></td>
187187
<td>-</td>
188-
<td>-</td>
188+
<td>Pub</td>
189189
</tr>
190190
<tr>
191191
<td>Dockerfile</td>
@@ -212,7 +212,7 @@ The table below lists all languages that Codacy supports and the corresponding t
212212
<td>-</td>
213213
<td><a href="https://github.com/kucherenko/jscpd">jscpd</a></td>
214214
<td>-</td>
215-
<td>-</td>
215+
<td>Hex</td>
216216
</tr>
217217
<tr>
218218
<td>GitHub Actions</td>
@@ -244,7 +244,7 @@ The table below lists all languages that Codacy supports and the corresponding t
244244
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>go.mod</code> for malicious packages published in <a href="https://github.com">github.com</a></td>
245245
<td><a href="https://pmd.github.io/pmd/pmd_userdocs_cpd.html">PMD CPD</a> <a href="#different-tools"><sup>10</sup></a> </td>
246246
<td><a href="https://github.com/terryyin/lizard">Lizard</a></td>
247-
<td>-</td>
247+
<td>Go modules</td>
248248
</tr>
249249
<tr>
250250
<td>Groovy</td>
@@ -287,7 +287,7 @@ The table below lists all languages that Codacy supports and the corresponding t
287287
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>pom.xml</code> and <code>gradle.lockfile</code> for malicious packages published in <a href="https://maven.apache.org/">maven</a></td>
288288
<td><a href="https://github.com/kucherenko/jscpd">jscpd</a></td>
289289
<td><a href="https://github.com/terryyin/lizard">Lizard</a></td>
290-
<td>-</td>
290+
<td>Maven</td>
291291
</tr>
292292
<tr>
293293
<td>JavaScript</td>
@@ -303,7 +303,7 @@ The table below lists all languages that Codacy supports and the corresponding t
303303
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>package.json</code> and <code>package-lock.json</code> for malicious packages published in <a href="https://www.npmjs.com/">npm</a> </td>
304304
<td><a href="https://pmd.github.io/pmd/pmd_userdocs_cpd.html">PMD CPD</a> <a href="#different-tools"><sup>10</sup></a> </td>
305305
<td><a href="https://github.com/terryyin/lizard">Lizard</a></td>
306-
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>package-lock.json</code> (npm)</td>
306+
<td>npm</td>
307307
</tr>
308308
<tr>
309309
<td>JSON</td>
@@ -345,7 +345,7 @@ The table below lists all languages that Codacy supports and the corresponding t
345345
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>pom.xml</code> and <code>gradle.lockfile</code> for malicious packages published in <a href="https://maven.apache.org/">maven</a></td>
346346
<td><a href="https://github.com/kucherenko/jscpd">jscpd</a></td>
347347
<td><a href="https://github.com/detekt/detekt">detekt</a> <a href="#different-tools"><sup>10</sup></a> </td>
348-
<td>-</td>
348+
<td>Maven</td>
349349
</tr>
350350
<tr>
351351
<td>Kubernetes</td>
@@ -423,7 +423,7 @@ The table below lists all languages that Codacy supports and the corresponding t
423423
<td>-</td>
424424
<td><a href="https://github.com/sebastianbergmann/phpcpd">PHPCPD</a></td>
425425
<td><a href="https://github.com/terryyin/lizard">Lizard</a></td>
426-
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>composer.lock</code> (Composer) </td>
426+
<td>Composer</td>
427427
</tr>
428428
<tr>
429429
<td>PL/SQL</td>
@@ -491,7 +491,7 @@ The table below lists all languages that Codacy supports and the corresponding t
491491
<a href="#different-tools"><sup>10</sup></a>
492492
</td>
493493
<td><a href="https://github.com/terryyin/lizard">Lizard</a></td>
494-
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>requirements.txt</code> (pip), <br><code>Pipfile.lock</code> (pipenv), <br><code>poetry.lock</code> (Poetry), <code>uv.lock</code> (UV)</td>
494+
<td>PyPI</td>
495495
</tr>
496496
<tr>
497497
<td>Ruby</td>
@@ -509,7 +509,7 @@ The table below lists all languages that Codacy supports and the corresponding t
509509
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>Gemfile.lock</code> for malicious packages published in <a href="https://rubygems.org">rubygems.org</a> </td>
510510
<td><a href="https://github.com/seattlerb/flay">Flay</a></td>
511511
<td><a href="https://github.com/terryyin/lizard">Lizard</a></td>
512-
<td>-</td>
512+
<td>Gem</td>
513513
</tr>
514514
<tr>
515515
<td>Rust</td>
@@ -522,7 +522,7 @@ The table below lists all languages that Codacy supports and the corresponding t
522522
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>Cargo.lock</code> for malicious packages published in <a href="https://crates.io">crates.io</a> </td>
523523
<td><a href="https://github.com/kucherenko/jscpd">jscpd</a></td>
524524
<td><a href="https://github.com/terryyin/lizard">Lizard</a></td>
525-
<td>-</td>
525+
<td>Cargo</td>
526526
</tr>
527527
<tr>
528528
<td>Sass</td>
@@ -550,7 +550,7 @@ The table below lists all languages that Codacy supports and the corresponding t
550550
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>build.sbt.lock</code> for malicious packages published in <a href="https://maven.apache.org/">maven</a> <a href="#scala-dependencies"><sup>9</sup></a></td>
551551
<td><a href="https://pmd.github.io/pmd/pmd_userdocs_cpd.html">PMD CPD</a> <a href="#different-tools"><sup>10</sup></a> </td>
552552
<td><a href="https://github.com/terryyin/lizard">Lizard</a></td>
553-
<td>-</td>
553+
<td>Maven</td>
554554
</tr>
555555
<tr>
556556
<td>Serverless Framework</td>
@@ -592,7 +592,7 @@ The table below lists all languages that Codacy supports and the corresponding t
592592
<td>-</td>
593593
<td><a href="https://pmd.github.io/pmd/pmd_userdocs_cpd.html">PMD CPD</a> <a href="#different-tools"><sup>10</sup></a> </td>
594594
<td><a href="https://github.com/terryyin/lizard">Lizard</a></td>
595-
<td>-</td>
595+
<td>SwiftPM</td>
596596
</tr>
597597
<tr>
598598
<td>SQL</td>
@@ -652,7 +652,7 @@ The table below lists all languages that Codacy supports and the corresponding t
652652
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>package.json</code> and <code>package-lock.json</code> for malicious packages published in <a href="https://www.npmjs.com/">npm</a> </td>
653653
<td><a href="https://github.com/kucherenko/jscpd">jscpd</a></td>
654654
<td><a href="https://github.com/terryyin/lizard">Lizard</a></td>
655-
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>package-lock.json</code> (npm)</td>
655+
<td>npm</td>
656656
</tr>
657657
<tr>
658658
<td>Unity</td>

0 commit comments

Comments
 (0)