You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update supported-languages.md
Added CocoaPods as a supported Package Manager for Swift
Added "Scan without Lockfiles (beta) for Python, Ruby
* Update docs/supported-languages.md
---------
Co-authored-by: Katie Horne <katie.horne@semgrep.com>
Copy file name to clipboardExpand all lines: docs/supported-languages.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -220,11 +220,15 @@ The following table lists all Semgrep-supported package managers for each langua
220
220
<td>Maven</td>
221
221
<td>Maven-generated dependency tree (See <ahref="/docs/semgrep-supply-chain/setup-maven/">Setting up SSC scans for Apache Maven</a> for instructions.)</td>
222
222
</tr>
223
-
<tr>
224
-
<td>Swift</td>
223
+
<trrowspan="2">
224
+
<tdrowspan="2">Swift</td>
225
225
<td>SwiftPM</td>
226
226
<td><code>Package.swift</code> file and Swift-generated <code>Package.resolved</code> file. (See <ahref="https://www.swift.org/documentation/package-manager/">Swift documentation </a> for instructions.)</td>
227
227
</tr>
228
+
<tr>
229
+
<td>CocoaPods</td>
230
+
<td><code>Podfile.lock</code></td>
231
+
</tr>
228
232
<tr>
229
233
<td>Rust</td>
230
234
<td>Cargo*</td>
@@ -314,14 +318,14 @@ The following table lists all Supply Chain features for each language. Languages
0 commit comments