From b9b7551084ebfb45c90f2c4bc0268c3a46afe204 Mon Sep 17 00:00:00 2001 From: asafambar Date: Mon, 10 Jun 2024 15:35:42 +0300 Subject: [PATCH] Add curation golang support documentation. --- jfrog-applications/jfrog-cli/cli-for-jfrog-curation.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/jfrog-applications/jfrog-cli/cli-for-jfrog-curation.md b/jfrog-applications/jfrog-cli/cli-for-jfrog-curation.md index f72ccca..792bba8 100644 --- a/jfrog-applications/jfrog-cli/cli-for-jfrog-curation.md +++ b/jfrog-applications/jfrog-cli/cli-for-jfrog-curation.md @@ -16,6 +16,7 @@ curation-audit command supported package managers and build systems: * Npm (npm) * Maven (mvn) - Requires xray 3.92 and above, and Artifactory 7.82 and above * Pip (pip) - Requires xray 3.92 and above, and Artifactory 7.82 and above +* Go (go) - Requires xray 3.92 and above, and Artifactory 7.87 and above *** ### Commands @@ -59,6 +60,10 @@ https://jfrog.com/help/r/jfrog-curation/configure-curation-pass-through - **PIP:** - Set the resolved repository using the [**jf pipc**](https://docs.jfrog-applications.jfrog.io/jfrog-applications/jfrog-cli/cli-for-jfrog-artifactory/package-managers-integration#setting-python-repository) command inside the project directory (The only package installer supported for now by Python is "pip"). + + - **GO:** + + - Set the resolved repository using the [**jf goc**](https://docs.jfrog-applications.jfrog.io/jfrog-applications/jfrog-cli/cli-for-jfrog-artifactory/package-managers-integration#setting-go-repositories) command inside the project directory. #### Commands Params