From fe5c218d0863c583d28947f830af64c4d0c0a923 Mon Sep 17 00:00:00 2001 From: Shachar Menashe Date: Wed, 1 Jan 2025 10:54:31 +0200 Subject: [PATCH] cli-for-jfrog-security: add support for CocoaPods, SwiftPM --- .../jfrog-cli/cli-for-jfrog-security/scan-your-source-code.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jfrog-applications/jfrog-cli/cli-for-jfrog-security/scan-your-source-code.md b/jfrog-applications/jfrog-cli/cli-for-jfrog-security/scan-your-source-code.md index 93bc1e2..8e21916 100644 --- a/jfrog-applications/jfrog-cli/cli-for-jfrog-security/scan-your-source-code.md +++ b/jfrog-applications/jfrog-cli/cli-for-jfrog-security/scan-your-source-code.md @@ -13,6 +13,8 @@ The _**jf audit**_ command allows scanning your source code dependencies to find * Go Modules (go) * NuGet (nuget) * .NET Core CLI (dotnet) +* CocoaPods (pod) +* SwiftPM (swift) The command will detect the package manager used by the project automatically. It requires version 3.29.0 or above of Xray and also version 2.13.0 or above of JFrog CLI.