├── jfs-apis └── README.MD ├── jfrog-applications ├── ci-and-sdks │ ├── sdks │ │ └── README.md │ └── ci-integrations │ │ ├── README.md │ │ ├── github-actions.md │ │ ├── bamboo-jfrog-plugin.md │ │ └── artifactory-gradle-plugin.md ├── jfrog-cli │ ├── get-started │ │ ├── configurations │ │ │ ├── README.md │ │ │ └── proxy-support.md │ │ └── download-and-install │ │ │ └── shell-auto-completion.md │ ├── README.md │ ├── cli-plugins │ │ └── README.md │ ├── configurations │ │ ├── README.md │ │ ├── proxy-support.md │ │ └── jfrog-platform-configuration.md │ ├── authentication.md │ ├── install.md │ ├── shell-auto-completion.md │ ├── cli-for-jfrog-distribution.md │ ├── usage.md │ ├── binaries-management-with-jfrog-artifactory │ │ ├── authentication.md │ │ ├── generic-files.md │ │ ├── evidence-service.md │ │ ├── using-placeholders.md │ │ ├── environment-variables.md │ │ ├── build-integration.md │ │ ├── curl-integration.md │ │ ├── README.md │ │ ├── using-file-specs.md │ │ ├── release-lifecycle-management.md │ │ ├── package-managers-integration.md │ │ ├── managing-configuration-entities.md │ │ ├── git-lfs.md │ │ ├── verifying-artifactory-accessibility.md │ │ ├── storing-symlinks.md │ │ └── transferring-files-between-artifactory-servers.md │ ├── cli-command-summaries.md │ ├── cli-for-jfrog-platform-services │ │ ├── deploy-jfrog-worker.md │ │ ├── test-run-jfrog-worker.md │ │ ├── undeploy-jfrog-worker.md │ │ ├── README.md │ │ ├── edit-worker-schedule.md │ │ ├── list-available-events.md │ │ ├── initialize-jfrog-worker.md │ │ ├── list-registered-workers.md │ │ ├── add-secrets-to-jfrog-worker.md │ │ ├── show-worker-execution-history.md │ │ ├── execute-an-http-triggered-worker.md │ │ ├── platform-workers-list-event.md │ │ ├── platform-workers-deploy.md │ │ ├── platform-workers-add-secret.md │ │ ├── platform-workers-edit-schedule.md │ │ ├── platform-workers-list.md │ │ ├── platform-workers-undeploy.md │ │ ├── platform-workers-dry-run.md │ │ ├── platform-workers-execution-history.md │ │ ├── platform-workers-execute.md │ │ └── platform-workers-init.md │ ├── cli-for-jfrog-cloud-transfer.md │ └── cli-for-jfrog-security │ │ ├── how-tos │ │ ├── README.md │ │ ├── cli-for-jfrog-curation.md │ │ ├── scan-your-binaries.md │ │ ├── scan-published-builds.md │ │ ├── enrich-your-sbom.md │ │ ├── scan-your-source-code.md │ │ └── count-contributing-developers.md │ │ ├── README.md │ │ └── download-updates-for-xrays-database.md ├── jfrog-applications │ ├── frogbot │ │ ├── scan-execution │ │ │ ├── README.md │ │ │ ├── scan-pull-requests │ │ │ │ ├── README.md │ │ │ │ ├── scan-github-pull-request.md │ │ │ │ ├── scan-gitlab-pull-request.md │ │ │ │ ├── pull-request-scan-results.md │ │ │ │ ├── scan-azure-repos-pull-request.md │ │ │ │ └── scan-bitbucket-server-pull-request.md │ │ │ └── scan-repositories │ │ │ │ ├── README.md │ │ │ │ └── view-security-alerts-on-github.md │ │ ├── supported-technologies.md │ │ └── setup-frogbot │ │ │ ├── setup-frogbot-using-gitlab-ci │ │ │ ├── gitlab-full-template.md │ │ │ └── README.md │ │ │ └── setup-frogbot-using-github-actions │ │ │ ├── scan-pull-request-full-template.md │ │ │ ├── scan-git-repository-full-template.md │ │ │ ├── README.md │ │ │ └── oidc-authentication.md │ ├── ide │ │ ├── visual-studio-code │ │ │ ├── how-tos │ │ │ │ ├── README.md │ │ │ │ └── analyze-your-results │ │ │ │ │ ├── README.md │ │ │ │ │ ├── resolve-issues.md │ │ │ │ │ └── ignore-findings.md │ │ │ ├── install-the-jfrog-vscode-extension │ │ │ │ ├── README.md │ │ │ │ └── connect-vs-code-to-the-jfrog-platform.md │ │ │ └── supported-technologies.md │ │ ├── eclipse │ │ │ ├── README.md │ │ │ ├── supported-technologies.md │ │ │ ├── use-the-jfrog-eclipse-ide-plugin.md │ │ │ ├── install-and-setup-of-the-jfrog-eclipse-ide-plugin.md │ │ │ └── scan-gradle-projects-with-the-jfrog-eclipse-ide-plugin.md │ │ ├── visual-studio │ │ │ ├── README.md │ │ │ ├── supported-technologies.md │ │ │ ├── use-the-jfrog-visual-studio-extension.md │ │ │ └── install-and-setup-the-jfrog-visual-studio-extension.md │ │ └── jetbrains-ides │ │ │ └── supported-technologies.md │ └── jfrog-cli │ │ ├── cli-for-jfrog-security │ │ └── how-tos │ │ │ ├── README.md │ │ │ ├── scan-your-binaries.md │ │ │ ├── cli-for-jfrog-curation.md │ │ │ ├── scan-published-builds.md │ │ │ ├── scan-your-source-code.md │ │ │ ├── enrich-your-sbom.md │ │ │ └── count-contributing-developers.md │ │ └── authentication.md ├── .gitbook │ └── assets │ │ ├── 0.jpeg │ │ ├── 0.png │ │ ├── 1.jpeg │ │ ├── 1.png │ │ ├── 2.png │ │ ├── ._eclipse │ │ ├── 1 (1).png │ │ ├── 1 (2).png │ │ ├── High.png │ │ ├── IDE.png │ │ ├── Low.png │ │ ├── SDK.png │ │ ├── cli.png │ │ ├── image.png │ │ ├── 0 (1).jpeg │ │ ├── 0 (2).jpeg │ │ ├── 0 (3).jpeg │ │ ├── 0 (4).jpeg │ │ ├── 0 (5).jpeg │ │ ├── 0 (6).jpeg │ │ ├── 1 (1).jpeg │ │ ├── 1 (2).jpeg │ │ ├── Medium.png │ │ ├── Normal.png │ │ ├── Unknown.png │ │ ├── banner.png │ │ ├── ci-view.png │ │ ├── cli-ai.png │ │ ├── fix-pr.png │ │ ├── iac (1).png │ │ ├── images.webp │ │ ├── vscode.png │ │ ├── Critical.png │ │ ├── FROG BOT.png │ │ ├── applicable.png │ │ ├── avhw2p7dx.webp │ │ ├── banner (1).png │ │ ├── image (1).png │ │ ├── image (12).png │ │ ├── image (3).png │ │ ├── image (4).png │ │ ├── image (5).png │ │ ├── image (6).png │ │ ├── image (7).png │ │ ├── login-page.png │ │ ├── transfer-1.png │ │ ├── transfer-2.png │ │ ├── transfer-3.png │ │ ├── transfer-4.png │ │ ├── transfer-5.png │ │ ├── vscode │ │ ├── ci.gif │ │ ├── iac.png │ │ ├── build.png │ │ ├── sast.png │ │ ├── jfrogTab.png │ │ ├── refresh.png │ │ ├── research.png │ │ ├── secrets.png │ │ ├── treeView.png │ │ ├── ignoreRule.png │ │ ├── refreshBtn.png │ │ ├── sighInPage.png │ │ ├── ssoButton.png │ │ ├── impactGraph.png │ │ ├── publicDetails.png │ │ ├── settingButton.png │ │ ├── updateQuickFix.png │ │ ├── contextualDetails.png │ │ ├── sighInPageEnvVar.png │ │ ├── sighInPageJFrogCli.png │ │ └── externalResourcesRepository.png │ │ ├── Frame 100258.png │ │ ├── ci-settings.png │ │ ├── secrets (1).png │ │ ├── vuln-details.png │ │ ├── CI Integrations.png │ │ ├── gitlab-webhook.png │ │ ├── jf-scan-summary.png │ │ ├── not-applicable.png │ │ ├── vscode-header.png │ │ ├── gitlab-run-button.png │ │ ├── jfrog-cli-header.png │ │ ├── login-successful.png │ │ ├── notApplicableHigh.png │ │ ├── notApplicableLow.png │ │ ├── rt-upload-summary.png │ │ ├── vuln-impact-graph.png │ │ ├── build-info-summary.png │ │ ├── create-ignore-rule.png │ │ ├── github-code-scanning.png │ │ ├── github-environment.png │ │ ├── github-new-webhook.png │ │ ├── github-webhook-setup.png │ │ ├── jump-to-descriptor.png │ │ ├── notApplicableMedium.png │ │ ├── notApplicableUnknown.png │ │ ├── oidc-new-integration.png │ │ ├── connect-idea-to-jfrog.png │ │ ├── github-pr-permissions.png │ │ ├── intellij │ │ ├── settingButton.png │ │ └── externalResourcesThroughArtifactory.png │ │ ├── jenkins-build-trigger.png │ │ ├── jetbrains-ides-header.png │ │ ├── jf-build-scan-summary.png │ │ ├── notApplicableCritical.png │ │ ├── oidc-identity-mapping.png │ │ ├── bitbucket-webhook-setup.png │ │ ├── github-pending-deployment.png │ │ ├── github-repository-secrets.png │ │ ├── github-webhook-setup (1).png │ │ ├── new-jenkins-pipelines-job.png │ │ ├── oidc-configure-integration.png │ │ ├── bitbucketserver-create-webhook.png │ │ ├── github-code-scanning-content.png │ │ ├── github-code-scanning-iac-content.png │ │ ├── 3f8a9432868130f9e02ae0fa53f488d7.webp │ │ ├── github-code-scanning-sast-content.png │ │ ├── github-code-scanning-iac-content (1).png │ │ ├── github-code-scanning-secrets-content.png │ │ ├── ._428235 JFrog_Integrations_Documentation pdf en 320.pdf │ │ ├── ._428235 JFrog_Integrations_Documentation pdf en 321.pdf │ │ ├── ._428235 JFrog_Integrations_Documentation pdf en 322.pdf │ │ ├── ._428235 JFrog_Integrations_Documentation pdf en 323.pdf │ │ ├── externalResourcesThroughArtifactoryPart1.png │ │ ├── externalResourcesThroughArtifactoryPart2.png │ │ ├── github-code-scanning-license-violation-content.png │ │ ├── 428235 JFrog_Integrations_Documentation pdf en 320.pdf │ │ ├── 428235 JFrog_Integrations_Documentation pdf en 321.pdf │ │ ├── 428235 JFrog_Integrations_Documentation pdf en 322.pdf │ │ ├── 428235 JFrog_Integrations_Documentation pdf en 323.pdf │ │ ├── 428235 JFrog_Integrations_Documentation pdf en 324.pdf │ │ ├── ._428235 JFrog_Integrations_Documentation pdf en 324.pdf │ │ └── spaces_HtpcI8sApaH537Ph5QxY_uploads_9WPR1FlGfqJNZbX6jYoR_0.png ├── frogbot │ ├── enable-jenkins-webhook-trigger.png │ ├── README.md │ ├── setup-frogbot.md │ ├── frogbot-badge.md │ ├── setup-frogbot │ │ ├── README.md │ │ ├── frogbot-configuration.md │ │ ├── setup-frogbot-using-jenkins.md │ │ ├── setup-frogbot-using-azure-pipelines.md │ │ ├── setup-frogbot-using-gitlab-ci │ │ │ ├── gitlab-full-template.md │ │ │ └── README.md │ │ ├── setup-frogbot-using-jfrog-pipelines.md │ │ └── setup-frogbot-using-github-actions │ │ │ ├── scan-pull-request-full-template.md │ │ │ ├── scan-git-repository-full-template.md │ │ │ ├── oidc-authentication.md │ │ │ └── README.md │ ├── templates │ │ ├── .frogbot │ │ │ └── frogbot-config.yml │ │ ├── github-actions │ │ │ ├── frogbot-scan-pull-request.yml │ │ │ └── frogbot-scan-repository.yml │ │ └── templates_test.go │ ├── scan-execution │ │ ├── README.md │ │ ├── scan-pull-requests │ │ │ ├── README.md │ │ │ ├── pull-request-scan-results.md │ │ │ ├── scan-github-pull-request.md │ │ │ ├── scan-gitlab-pull-request.md │ │ │ ├── scan-azure-repos-pull-request.md │ │ │ └── scan-bitbucket-server-pull-request.md │ │ └── scan-repositories │ │ │ ├── README.md │ │ │ └── view-security-alerts-on-github.md │ ├── frogbot-configuration.md │ ├── supported-technologies.md │ ├── setup-frogbot-using-jenkins.md │ ├── setup-frogbot-using-azure-pipelines.md │ └── setup-frogbot-using-jfrog-pipelines.md ├── ide │ ├── README.md │ ├── eclipse │ │ ├── README.md │ │ ├── supported-technologies.md │ │ ├── use-the-jfrog-eclipse-ide-plugin.md │ │ ├── install-and-setup-of-the-jfrog-eclipse-ide-plugin.md │ │ └── scan-gradle-projects-with-the-jfrog-eclipse-ide-plugin.md │ ├── jetbrains-ides │ │ ├── README.md │ │ ├── troubleshooting.md │ │ ├── plugin-configuration.md │ │ ├── supported-technologies.md │ │ ├── install-the-jfrog-idea-plugin.md │ │ ├── apply-xray-policies-and-watches.md │ │ ├── using-the-jfrog-plugin-in-the-jetbrains-ides.md │ │ └── connect-the-jfrog-plugin-to-the-jfrog-platform.md │ ├── visual-studio │ │ ├── README.md │ │ ├── supported-technologies.md │ │ ├── use-the-jfrog-visual-studio-extension.md │ │ └── install-and-setup-the-jfrog-visual-studio-extension.md │ └── visual-studio-code │ │ ├── how-tos │ │ ├── README.md │ │ └── analyze-your-results │ │ │ ├── README.md │ │ │ ├── ignore-findings.md │ │ │ └── resolve-issues.md │ │ ├── README.md │ │ ├── extension-settings.md │ │ ├── supported-technologies.md │ │ ├── behind-the-scenes.md │ │ ├── using-the-jfrog-extension-in-vs-code.md │ │ └── install-the-jfrog-vscode-extension │ │ ├── README.md │ │ └── connect-vs-code-to-the-jfrog-platform.md ├── jfrog-security-features │ └── sast │ │ ├── README.md │ │ ├── integrations.md │ │ └── ignore-findings.md ├── jfrog-security-for-developers │ └── features │ │ ├── sca.md │ │ ├── secrets.md │ │ ├── contextual-analysis.md │ │ └── infrastructure-as-code-iac.md └── README.md ├── .gitbook └── assets │ ├── 0.png │ ├── 1.png │ ├── 2.png │ ├── 0.jpeg │ ├── 1.jpeg │ ├── High.png │ ├── IDE.png │ ├── Low.png │ ├── SDK.png │ ├── ci.gif │ ├── cli.png │ ├── iac.png │ ├── sast.png │ ├── ._eclipse │ ├── 0 (1).jpeg │ ├── 0 (2).jpeg │ ├── 0 (3).jpeg │ ├── 0 (4).jpeg │ ├── 0 (5).jpeg │ ├── 0 (6).jpeg │ ├── 1 (1).jpeg │ ├── 1 (1).png │ ├── 1 (2).jpeg │ ├── 1 (2).png │ ├── Medium.png │ ├── Normal.png │ ├── banner.png │ ├── build.png │ ├── cli-ai.png │ ├── fix-pr.png │ ├── image.png │ ├── vscode.png │ ├── Critical.png │ ├── FROG BOT.png │ ├── Unknown.png │ ├── ci-view.png │ ├── iac (1).png │ ├── image (1).png │ ├── image (2).png │ ├── image (3).png │ ├── image (4).png │ ├── image (5).png │ ├── image (6).png │ ├── images.webp │ ├── jfrogTab.png │ ├── refresh.png │ ├── research.png │ ├── secrets.png │ ├── ssoButton.png │ ├── treeView.png │ ├── applicable.png │ ├── avhw2p7dx.webp │ ├── banner (1).png │ ├── ci-settings.png │ ├── ignoreRule.png │ ├── image (12).png │ ├── impactGraph.png │ ├── login-page.png │ ├── refreshBtn.png │ ├── secrets (1).png │ ├── sighInPage.png │ ├── transfer-1.png │ ├── transfer-2.png │ ├── transfer-3.png │ ├── transfer-4.png │ ├── transfer-5.png │ ├── Frame 100258.png │ ├── GitLab_webhook.png │ ├── not-applicable.png │ ├── publicDetails.png │ ├── settingButton.png │ ├── updateQuickFix.png │ ├── vscode-header.png │ ├── vuln-details.png │ ├── CI Integrations.png │ ├── jf-scan-summary.png │ ├── jfrog-cli-header.png │ ├── login-successful.png │ ├── notApplicableLow.png │ ├── sighInPageEnvVar.png │ ├── build-info-summary.png │ ├── contextualDetails.png │ ├── create-ignore-rule.png │ ├── github-environment.png │ ├── github-new-webhook.png │ ├── gitlab-run-button.png │ ├── jump-to-descriptor.png │ ├── notApplicableHigh.png │ ├── notApplicableMedium.png │ ├── rt-upload-summary.png │ ├── settingButton (1).png │ ├── sighInPageJFrogCli.png │ ├── vuln-impact-graph.png │ ├── connect-idea-to-jfrog.png │ ├── github-code-scanning.png │ ├── github-pr-permissions.png │ ├── github-webhook-setup.png │ ├── jenkins-build-trigger.png │ ├── jetbrains-ides-header.png │ ├── jf-build-scan-summary.png │ ├── notApplicableCritical.png │ ├── notApplicableUnknown.png │ ├── oidc-identity-mapping.png │ ├── oidc-new-integration.png │ ├── bitbucket-webhook-setup.png │ ├── github-webhook-setup (1).png │ ├── github-pending-deployment.png │ ├── github-repository-secrets.png │ ├── new-jenkins-pipelines-job.png │ ├── oidc-configure-integration.png │ ├── externalResourcesRepository.png │ ├── github-code-scanning-content.png │ ├── bitbucketserver-create-webhook.png │ ├── 3f8a9432868130f9e02ae0fa53f488d7.webp │ ├── github-code-scanning-iac-content.png │ ├── github-code-scanning-sast-content.png │ ├── externalResourcesThroughArtifactory.png │ ├── github-code-scanning-iac-content (1).png │ ├── github-code-scanning-secrets-content.png │ ├── externalResourcesThroughArtifactoryPart1.png │ ├── externalResourcesThroughArtifactoryPart2.png │ ├── github-code-scanning-license-violation-content.png │ ├── ._428235 JFrog_Integrations_Documentation pdf en 320.pdf │ ├── ._428235 JFrog_Integrations_Documentation pdf en 321.pdf │ ├── ._428235 JFrog_Integrations_Documentation pdf en 322.pdf │ ├── ._428235 JFrog_Integrations_Documentation pdf en 323.pdf │ ├── 428235 JFrog_Integrations_Documentation pdf en 320.pdf │ ├── 428235 JFrog_Integrations_Documentation pdf en 321.pdf │ ├── 428235 JFrog_Integrations_Documentation pdf en 322.pdf │ ├── 428235 JFrog_Integrations_Documentation pdf en 323.pdf │ ├── 428235 JFrog_Integrations_Documentation pdf en 324.pdf │ ├── ._428235 JFrog_Integrations_Documentation pdf en 324.pdf │ └── spaces_HtpcI8sApaH537Ph5QxY_uploads_9WPR1FlGfqJNZbX6jYoR_0.png ├── .gitignore ├── ci-and-sdks ├── sdks │ ├── README.md │ ├── jfrog-go-client.md │ └── artifactory-java-client.md └── ci-integrations │ ├── README.md │ ├── bamboo-jfrog-plugin.md │ ├── jenkins-jfrog-plugin.md │ ├── github-actions.md │ ├── gitlab-templates-for-jfrog.md │ ├── artifactory-gradle-plugin.md │ └── maven-artifactory-plugin.md ├── README.md ├── jfrog-security-features ├── sca.md ├── secrets.md ├── sast │ ├── README.md │ ├── integrations.md │ └── ignore-findings.md ├── contextual-analysis.md └── infrastructure-as-code-iac.md ├── .github └── workflows │ ├── tests.yml │ ├── cla.yml │ └── migrate_GB2FT.yaml └── go.mod /jfs-apis/README.MD: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /jfrog-applications/ci-and-sdks/sdks/README.md: -------------------------------------------------------------------------------- 1 | # SDK 2 | 3 | -------------------------------------------------------------------------------- /jfrog-applications/ci-and-sdks/ci-integrations/README.md: -------------------------------------------------------------------------------- 1 | # CI Integrations 2 | 3 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/get-started/configurations/README.md: -------------------------------------------------------------------------------- 1 | # Configurations 2 | 3 | -------------------------------------------------------------------------------- /.gitbook/assets/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/0.png -------------------------------------------------------------------------------- /.gitbook/assets/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/1.png -------------------------------------------------------------------------------- /.gitbook/assets/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/2.png -------------------------------------------------------------------------------- /jfrog-applications/jfrog-applications/frogbot/scan-execution/README.md: -------------------------------------------------------------------------------- 1 | # Scan Execution 2 | 3 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-applications/ide/visual-studio-code/how-tos/README.md: -------------------------------------------------------------------------------- 1 | # How Tos 2 | 3 | -------------------------------------------------------------------------------- /.gitbook/assets/0.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/0.jpeg -------------------------------------------------------------------------------- /.gitbook/assets/1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/1.jpeg -------------------------------------------------------------------------------- /.gitbook/assets/High.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/High.png -------------------------------------------------------------------------------- /.gitbook/assets/IDE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/IDE.png -------------------------------------------------------------------------------- /.gitbook/assets/Low.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/Low.png -------------------------------------------------------------------------------- /.gitbook/assets/SDK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/SDK.png -------------------------------------------------------------------------------- /.gitbook/assets/ci.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/ci.gif -------------------------------------------------------------------------------- /.gitbook/assets/cli.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/cli.png -------------------------------------------------------------------------------- /.gitbook/assets/iac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/iac.png -------------------------------------------------------------------------------- /.gitbook/assets/sast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/sast.png -------------------------------------------------------------------------------- /.gitbook/assets/._eclipse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/._eclipse -------------------------------------------------------------------------------- /.gitbook/assets/0 (1).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/0 (1).jpeg -------------------------------------------------------------------------------- /.gitbook/assets/0 (2).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/0 (2).jpeg -------------------------------------------------------------------------------- /.gitbook/assets/0 (3).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/0 (3).jpeg -------------------------------------------------------------------------------- /.gitbook/assets/0 (4).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/0 (4).jpeg -------------------------------------------------------------------------------- /.gitbook/assets/0 (5).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/0 (5).jpeg -------------------------------------------------------------------------------- /.gitbook/assets/0 (6).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/0 (6).jpeg -------------------------------------------------------------------------------- /.gitbook/assets/1 (1).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/1 (1).jpeg -------------------------------------------------------------------------------- /.gitbook/assets/1 (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/1 (1).png -------------------------------------------------------------------------------- /.gitbook/assets/1 (2).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/1 (2).jpeg -------------------------------------------------------------------------------- /.gitbook/assets/1 (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/1 (2).png -------------------------------------------------------------------------------- /.gitbook/assets/Medium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/Medium.png -------------------------------------------------------------------------------- /.gitbook/assets/Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/Normal.png -------------------------------------------------------------------------------- /.gitbook/assets/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/banner.png -------------------------------------------------------------------------------- /.gitbook/assets/build.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/build.png -------------------------------------------------------------------------------- /.gitbook/assets/cli-ai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/cli-ai.png -------------------------------------------------------------------------------- /.gitbook/assets/fix-pr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/fix-pr.png -------------------------------------------------------------------------------- /.gitbook/assets/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/image.png -------------------------------------------------------------------------------- /.gitbook/assets/vscode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/vscode.png -------------------------------------------------------------------------------- /jfrog-applications/jfrog-applications/jfrog-cli/cli-for-jfrog-security/how-tos/README.md: -------------------------------------------------------------------------------- 1 | # How Tos 2 | 3 | -------------------------------------------------------------------------------- /.gitbook/assets/Critical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/Critical.png -------------------------------------------------------------------------------- /.gitbook/assets/FROG BOT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/FROG BOT.png -------------------------------------------------------------------------------- /.gitbook/assets/Unknown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/Unknown.png -------------------------------------------------------------------------------- /.gitbook/assets/ci-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/ci-view.png -------------------------------------------------------------------------------- /.gitbook/assets/iac (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/iac (1).png -------------------------------------------------------------------------------- /.gitbook/assets/image (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/image (1).png -------------------------------------------------------------------------------- /.gitbook/assets/image (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/image (2).png -------------------------------------------------------------------------------- /.gitbook/assets/image (3).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/image (3).png -------------------------------------------------------------------------------- /.gitbook/assets/image (4).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/image (4).png -------------------------------------------------------------------------------- /.gitbook/assets/image (5).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/image (5).png -------------------------------------------------------------------------------- /.gitbook/assets/image (6).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/image (6).png -------------------------------------------------------------------------------- /.gitbook/assets/images.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/images.webp -------------------------------------------------------------------------------- /.gitbook/assets/jfrogTab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/jfrogTab.png -------------------------------------------------------------------------------- /.gitbook/assets/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/refresh.png -------------------------------------------------------------------------------- /.gitbook/assets/research.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/research.png -------------------------------------------------------------------------------- /.gitbook/assets/secrets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/secrets.png -------------------------------------------------------------------------------- /.gitbook/assets/ssoButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/ssoButton.png -------------------------------------------------------------------------------- /.gitbook/assets/treeView.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/treeView.png -------------------------------------------------------------------------------- /.gitbook/assets/applicable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/applicable.png -------------------------------------------------------------------------------- /.gitbook/assets/avhw2p7dx.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/avhw2p7dx.webp -------------------------------------------------------------------------------- /.gitbook/assets/banner (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/banner (1).png -------------------------------------------------------------------------------- /.gitbook/assets/ci-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/ci-settings.png -------------------------------------------------------------------------------- /.gitbook/assets/ignoreRule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/ignoreRule.png -------------------------------------------------------------------------------- /.gitbook/assets/image (12).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/image (12).png -------------------------------------------------------------------------------- /.gitbook/assets/impactGraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/impactGraph.png -------------------------------------------------------------------------------- /.gitbook/assets/login-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/login-page.png -------------------------------------------------------------------------------- /.gitbook/assets/refreshBtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/refreshBtn.png -------------------------------------------------------------------------------- /.gitbook/assets/secrets (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/secrets (1).png -------------------------------------------------------------------------------- /.gitbook/assets/sighInPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/sighInPage.png -------------------------------------------------------------------------------- /.gitbook/assets/transfer-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/transfer-1.png -------------------------------------------------------------------------------- /.gitbook/assets/transfer-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/transfer-2.png -------------------------------------------------------------------------------- /.gitbook/assets/transfer-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/transfer-3.png -------------------------------------------------------------------------------- /.gitbook/assets/transfer-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/transfer-4.png -------------------------------------------------------------------------------- /.gitbook/assets/transfer-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/transfer-5.png -------------------------------------------------------------------------------- /.gitbook/assets/Frame 100258.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/Frame 100258.png -------------------------------------------------------------------------------- /.gitbook/assets/GitLab_webhook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/GitLab_webhook.png -------------------------------------------------------------------------------- /.gitbook/assets/not-applicable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/not-applicable.png -------------------------------------------------------------------------------- /.gitbook/assets/publicDetails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/publicDetails.png -------------------------------------------------------------------------------- /.gitbook/assets/settingButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/settingButton.png -------------------------------------------------------------------------------- /.gitbook/assets/updateQuickFix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/updateQuickFix.png -------------------------------------------------------------------------------- /.gitbook/assets/vscode-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/vscode-header.png -------------------------------------------------------------------------------- /.gitbook/assets/vuln-details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/vuln-details.png -------------------------------------------------------------------------------- /.gitbook/assets/CI Integrations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/CI Integrations.png -------------------------------------------------------------------------------- /.gitbook/assets/jf-scan-summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/jf-scan-summary.png -------------------------------------------------------------------------------- /.gitbook/assets/jfrog-cli-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/jfrog-cli-header.png -------------------------------------------------------------------------------- /.gitbook/assets/login-successful.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/login-successful.png -------------------------------------------------------------------------------- /.gitbook/assets/notApplicableLow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/notApplicableLow.png -------------------------------------------------------------------------------- /.gitbook/assets/sighInPageEnvVar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/sighInPageEnvVar.png -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # IDEs 2 | .idea 3 | .vscode 4 | *.iml 5 | 6 | # Vim 7 | *~ 8 | *.swp 9 | 10 | # IOS 11 | *.DS_Store 12 | -------------------------------------------------------------------------------- /.gitbook/assets/build-info-summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/build-info-summary.png -------------------------------------------------------------------------------- /.gitbook/assets/contextualDetails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/contextualDetails.png -------------------------------------------------------------------------------- /.gitbook/assets/create-ignore-rule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/create-ignore-rule.png -------------------------------------------------------------------------------- /.gitbook/assets/github-environment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/github-environment.png -------------------------------------------------------------------------------- /.gitbook/assets/github-new-webhook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/github-new-webhook.png -------------------------------------------------------------------------------- /.gitbook/assets/gitlab-run-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/gitlab-run-button.png -------------------------------------------------------------------------------- /.gitbook/assets/jump-to-descriptor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/jump-to-descriptor.png -------------------------------------------------------------------------------- /.gitbook/assets/notApplicableHigh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/notApplicableHigh.png -------------------------------------------------------------------------------- /.gitbook/assets/notApplicableMedium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/notApplicableMedium.png -------------------------------------------------------------------------------- /.gitbook/assets/rt-upload-summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/rt-upload-summary.png -------------------------------------------------------------------------------- /.gitbook/assets/settingButton (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/settingButton (1).png -------------------------------------------------------------------------------- /.gitbook/assets/sighInPageJFrogCli.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/sighInPageJFrogCli.png -------------------------------------------------------------------------------- /.gitbook/assets/vuln-impact-graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/vuln-impact-graph.png -------------------------------------------------------------------------------- /.gitbook/assets/connect-idea-to-jfrog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/connect-idea-to-jfrog.png -------------------------------------------------------------------------------- /.gitbook/assets/github-code-scanning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/github-code-scanning.png -------------------------------------------------------------------------------- /.gitbook/assets/github-pr-permissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/github-pr-permissions.png -------------------------------------------------------------------------------- /.gitbook/assets/github-webhook-setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/github-webhook-setup.png -------------------------------------------------------------------------------- /.gitbook/assets/jenkins-build-trigger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/jenkins-build-trigger.png -------------------------------------------------------------------------------- /.gitbook/assets/jetbrains-ides-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/jetbrains-ides-header.png -------------------------------------------------------------------------------- /.gitbook/assets/jf-build-scan-summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/jf-build-scan-summary.png -------------------------------------------------------------------------------- /.gitbook/assets/notApplicableCritical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/notApplicableCritical.png -------------------------------------------------------------------------------- /.gitbook/assets/notApplicableUnknown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/notApplicableUnknown.png -------------------------------------------------------------------------------- /.gitbook/assets/oidc-identity-mapping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/oidc-identity-mapping.png -------------------------------------------------------------------------------- /.gitbook/assets/oidc-new-integration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/oidc-new-integration.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/0.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/0.jpeg -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/0.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/1.jpeg -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/1.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/2.png -------------------------------------------------------------------------------- /.gitbook/assets/bitbucket-webhook-setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/bitbucket-webhook-setup.png -------------------------------------------------------------------------------- /.gitbook/assets/github-webhook-setup (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/github-webhook-setup (1).png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/._eclipse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/._eclipse -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/1 (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/1 (1).png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/1 (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/1 (2).png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/High.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/High.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/IDE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/IDE.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/Low.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/Low.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/SDK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/SDK.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/cli.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/cli.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/image.png -------------------------------------------------------------------------------- /.gitbook/assets/github-pending-deployment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/github-pending-deployment.png -------------------------------------------------------------------------------- /.gitbook/assets/github-repository-secrets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/github-repository-secrets.png -------------------------------------------------------------------------------- /.gitbook/assets/new-jenkins-pipelines-job.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/new-jenkins-pipelines-job.png -------------------------------------------------------------------------------- /.gitbook/assets/oidc-configure-integration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/oidc-configure-integration.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/0 (1).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/0 (1).jpeg -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/0 (2).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/0 (2).jpeg -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/0 (3).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/0 (3).jpeg -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/0 (4).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/0 (4).jpeg -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/0 (5).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/0 (5).jpeg -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/0 (6).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/0 (6).jpeg -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/1 (1).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/1 (1).jpeg -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/1 (2).jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/1 (2).jpeg -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/Medium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/Medium.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/Normal.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/Unknown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/Unknown.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/banner.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/ci-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/ci-view.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/cli-ai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/cli-ai.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/fix-pr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/fix-pr.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/iac (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/iac (1).png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/images.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/images.webp -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/vscode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/vscode.png -------------------------------------------------------------------------------- /.gitbook/assets/externalResourcesRepository.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/externalResourcesRepository.png -------------------------------------------------------------------------------- /.gitbook/assets/github-code-scanning-content.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/github-code-scanning-content.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/Critical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/Critical.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/FROG BOT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/FROG BOT.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/applicable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/applicable.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/avhw2p7dx.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/avhw2p7dx.webp -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/banner (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/banner (1).png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/image (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/image (1).png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/image (12).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/image (12).png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/image (3).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/image (3).png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/image (4).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/image (4).png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/image (5).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/image (5).png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/image (6).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/image (6).png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/image (7).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/image (7).png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/login-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/login-page.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/transfer-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/transfer-1.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/transfer-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/transfer-2.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/transfer-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/transfer-3.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/transfer-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/transfer-4.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/transfer-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/transfer-5.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/vscode/ci.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/vscode/ci.gif -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/vscode/iac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/vscode/iac.png -------------------------------------------------------------------------------- /.gitbook/assets/bitbucketserver-create-webhook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/bitbucketserver-create-webhook.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/Frame 100258.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/Frame 100258.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/ci-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/ci-settings.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/secrets (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/secrets (1).png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/vscode/build.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/vscode/build.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/vscode/sast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/vscode/sast.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/vuln-details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/vuln-details.png -------------------------------------------------------------------------------- /.gitbook/assets/3f8a9432868130f9e02ae0fa53f488d7.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/3f8a9432868130f9e02ae0fa53f488d7.webp -------------------------------------------------------------------------------- /.gitbook/assets/github-code-scanning-iac-content.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/github-code-scanning-iac-content.png -------------------------------------------------------------------------------- /.gitbook/assets/github-code-scanning-sast-content.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/github-code-scanning-sast-content.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/CI Integrations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/CI Integrations.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/gitlab-webhook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/gitlab-webhook.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/jf-scan-summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/jf-scan-summary.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/not-applicable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/not-applicable.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/vscode-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/vscode-header.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/vscode/jfrogTab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/vscode/jfrogTab.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/vscode/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/vscode/refresh.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/vscode/research.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/vscode/research.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/vscode/secrets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/vscode/secrets.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/vscode/treeView.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/vscode/treeView.png -------------------------------------------------------------------------------- /.gitbook/assets/externalResourcesThroughArtifactory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/externalResourcesThroughArtifactory.png -------------------------------------------------------------------------------- /.gitbook/assets/github-code-scanning-iac-content (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/github-code-scanning-iac-content (1).png -------------------------------------------------------------------------------- /.gitbook/assets/github-code-scanning-secrets-content.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/github-code-scanning-secrets-content.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/gitlab-run-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/gitlab-run-button.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/jfrog-cli-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/jfrog-cli-header.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/login-successful.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/login-successful.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/notApplicableHigh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/notApplicableHigh.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/notApplicableLow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/notApplicableLow.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/rt-upload-summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/rt-upload-summary.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/vscode/ignoreRule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/vscode/ignoreRule.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/vscode/refreshBtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/vscode/refreshBtn.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/vscode/sighInPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/vscode/sighInPage.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/vscode/ssoButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/vscode/ssoButton.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/vuln-impact-graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/vuln-impact-graph.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/build-info-summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/build-info-summary.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/create-ignore-rule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/create-ignore-rule.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/github-code-scanning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/github-code-scanning.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/github-environment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/github-environment.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/github-new-webhook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/github-new-webhook.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/github-webhook-setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/github-webhook-setup.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/jump-to-descriptor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/jump-to-descriptor.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/notApplicableMedium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/notApplicableMedium.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/notApplicableUnknown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/notApplicableUnknown.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/oidc-new-integration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/oidc-new-integration.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/vscode/impactGraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/vscode/impactGraph.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/vscode/publicDetails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/vscode/publicDetails.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/vscode/settingButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/vscode/settingButton.png -------------------------------------------------------------------------------- /.gitbook/assets/externalResourcesThroughArtifactoryPart1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/externalResourcesThroughArtifactoryPart1.png -------------------------------------------------------------------------------- /.gitbook/assets/externalResourcesThroughArtifactoryPart2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/externalResourcesThroughArtifactoryPart2.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/connect-idea-to-jfrog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/connect-idea-to-jfrog.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/github-pr-permissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/github-pr-permissions.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/intellij/settingButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/intellij/settingButton.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/jenkins-build-trigger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/jenkins-build-trigger.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/jetbrains-ides-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/jetbrains-ides-header.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/jf-build-scan-summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/jf-build-scan-summary.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/notApplicableCritical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/notApplicableCritical.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/oidc-identity-mapping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/oidc-identity-mapping.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/vscode/updateQuickFix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/vscode/updateQuickFix.png -------------------------------------------------------------------------------- /jfrog-applications/frogbot/enable-jenkins-webhook-trigger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/frogbot/enable-jenkins-webhook-trigger.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/bitbucket-webhook-setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/bitbucket-webhook-setup.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/github-pending-deployment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/github-pending-deployment.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/github-repository-secrets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/github-repository-secrets.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/github-webhook-setup (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/github-webhook-setup (1).png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/new-jenkins-pipelines-job.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/new-jenkins-pipelines-job.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/vscode/contextualDetails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/vscode/contextualDetails.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/vscode/sighInPageEnvVar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/vscode/sighInPageEnvVar.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/vscode/sighInPageJFrogCli.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/vscode/sighInPageJFrogCli.png -------------------------------------------------------------------------------- /.gitbook/assets/github-code-scanning-license-violation-content.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/github-code-scanning-license-violation-content.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/oidc-configure-integration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/oidc-configure-integration.png -------------------------------------------------------------------------------- /.gitbook/assets/._428235 JFrog_Integrations_Documentation pdf en 320.pdf: -------------------------------------------------------------------------------- 1 | Mac OS X  2FxPDF CAROATTRxx -------------------------------------------------------------------------------- /.gitbook/assets/._428235 JFrog_Integrations_Documentation pdf en 321.pdf: -------------------------------------------------------------------------------- 1 | Mac OS X  2FxPDF CAROATTRxx -------------------------------------------------------------------------------- /.gitbook/assets/._428235 JFrog_Integrations_Documentation pdf en 322.pdf: -------------------------------------------------------------------------------- 1 | Mac OS X  2FxPDF CAROATTRxx -------------------------------------------------------------------------------- /.gitbook/assets/._428235 JFrog_Integrations_Documentation pdf en 323.pdf: -------------------------------------------------------------------------------- 1 | Mac OS X  2FxPDF CAROATTRxx -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/bitbucketserver-create-webhook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/bitbucketserver-create-webhook.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/github-code-scanning-content.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/github-code-scanning-content.png -------------------------------------------------------------------------------- /.gitbook/assets/428235 JFrog_Integrations_Documentation pdf en 320.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/428235 JFrog_Integrations_Documentation pdf en 320.pdf -------------------------------------------------------------------------------- /.gitbook/assets/428235 JFrog_Integrations_Documentation pdf en 321.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/428235 JFrog_Integrations_Documentation pdf en 321.pdf -------------------------------------------------------------------------------- /.gitbook/assets/428235 JFrog_Integrations_Documentation pdf en 322.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/428235 JFrog_Integrations_Documentation pdf en 322.pdf -------------------------------------------------------------------------------- /.gitbook/assets/428235 JFrog_Integrations_Documentation pdf en 323.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/428235 JFrog_Integrations_Documentation pdf en 323.pdf -------------------------------------------------------------------------------- /.gitbook/assets/428235 JFrog_Integrations_Documentation pdf en 324.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/428235 JFrog_Integrations_Documentation pdf en 324.pdf -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/github-code-scanning-iac-content.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/github-code-scanning-iac-content.png -------------------------------------------------------------------------------- /.gitbook/assets/._428235 JFrog_Integrations_Documentation pdf en 324.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/._428235 JFrog_Integrations_Documentation pdf en 324.pdf -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/3f8a9432868130f9e02ae0fa53f488d7.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/3f8a9432868130f9e02ae0fa53f488d7.webp -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/github-code-scanning-sast-content.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/github-code-scanning-sast-content.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/vscode/externalResourcesRepository.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/vscode/externalResourcesRepository.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/github-code-scanning-iac-content (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/github-code-scanning-iac-content (1).png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/github-code-scanning-secrets-content.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/github-code-scanning-secrets-content.png -------------------------------------------------------------------------------- /.gitbook/assets/spaces_HtpcI8sApaH537Ph5QxY_uploads_9WPR1FlGfqJNZbX6jYoR_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/.gitbook/assets/spaces_HtpcI8sApaH537Ph5QxY_uploads_9WPR1FlGfqJNZbX6jYoR_0.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/._428235 JFrog_Integrations_Documentation pdf en 320.pdf: -------------------------------------------------------------------------------- 1 | Mac OS X  2FxPDF CAROATTRxx -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/._428235 JFrog_Integrations_Documentation pdf en 321.pdf: -------------------------------------------------------------------------------- 1 | Mac OS X  2FxPDF CAROATTRxx -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/._428235 JFrog_Integrations_Documentation pdf en 322.pdf: -------------------------------------------------------------------------------- 1 | Mac OS X  2FxPDF CAROATTRxx -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/._428235 JFrog_Integrations_Documentation pdf en 323.pdf: -------------------------------------------------------------------------------- 1 | Mac OS X  2FxPDF CAROATTRxx -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/externalResourcesThroughArtifactoryPart1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/externalResourcesThroughArtifactoryPart1.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/externalResourcesThroughArtifactoryPart2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/externalResourcesThroughArtifactoryPart2.png -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/intellij/externalResourcesThroughArtifactory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/intellij/externalResourcesThroughArtifactory.png -------------------------------------------------------------------------------- /ci-and-sdks/sdks/README.md: -------------------------------------------------------------------------------- 1 | # SDKs 2 | 3 | Documentation for JFrog SDKs has moved. You can visit the content at its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/jfrog-sdks). 4 | -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/github-code-scanning-license-violation-content.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/github-code-scanning-license-violation-content.png -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/README.md: -------------------------------------------------------------------------------- 1 | # JFrog CLI 2 | 3 | JFrog CLI documentation has moved. You can view it at is new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/jfrog-cli). 4 | -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/428235 JFrog_Integrations_Documentation pdf en 320.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/428235 JFrog_Integrations_Documentation pdf en 320.pdf -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/428235 JFrog_Integrations_Documentation pdf en 321.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/428235 JFrog_Integrations_Documentation pdf en 321.pdf -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/428235 JFrog_Integrations_Documentation pdf en 322.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/428235 JFrog_Integrations_Documentation pdf en 322.pdf -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/428235 JFrog_Integrations_Documentation pdf en 323.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/428235 JFrog_Integrations_Documentation pdf en 323.pdf -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/428235 JFrog_Integrations_Documentation pdf en 324.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/428235 JFrog_Integrations_Documentation pdf en 324.pdf -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/._428235 JFrog_Integrations_Documentation pdf en 324.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/._428235 JFrog_Integrations_Documentation pdf en 324.pdf -------------------------------------------------------------------------------- /jfrog-applications/.gitbook/assets/spaces_HtpcI8sApaH537Ph5QxY_uploads_9WPR1FlGfqJNZbX6jYoR_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfrog/documentation/HEAD/jfrog-applications/.gitbook/assets/spaces_HtpcI8sApaH537Ph5QxY_uploads_9WPR1FlGfqJNZbX6jYoR_0.png -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/cli-plugins/README.md: -------------------------------------------------------------------------------- 1 | # JFrog CLI Plugins 2 | 3 | Documentation on JFrog CLI plugins has moved. You can view it at its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/jfrog-cli-plugins). 4 | -------------------------------------------------------------------------------- /ci-and-sdks/sdks/jfrog-go-client.md: -------------------------------------------------------------------------------- 1 | # JFrog Go Client 2 | 3 | Documentation for the JFrog Go client SDK hsa moved. You can view the content at its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/jfrog-go-client). 4 | -------------------------------------------------------------------------------- /ci-and-sdks/ci-integrations/README.md: -------------------------------------------------------------------------------- 1 | # CI Integrations 2 | 3 | Documentation on JFrog CI integration plugins has moved. You can view the content at its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/ci-integrations). 4 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/configurations/README.md: -------------------------------------------------------------------------------- 1 | # Configurations 2 | 3 | Documentation on CLI configuration has moved. You can view it in its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/configuring-the-cli). 4 | -------------------------------------------------------------------------------- /ci-and-sdks/sdks/artifactory-java-client.md: -------------------------------------------------------------------------------- 1 | # Artifactory Java Client 2 | 3 | Documentation for the Artifactory Java client has moved. You can view it at is new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/artifactory-java-client). 4 | -------------------------------------------------------------------------------- /ci-and-sdks/ci-integrations/bamboo-jfrog-plugin.md: -------------------------------------------------------------------------------- 1 | # Bamboo JFrog Plugin 2 | 3 | Documentation for JFrog's Bamboo plugin as moved. You can view the content at its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/bamboo-jfrog-plugin). 4 | -------------------------------------------------------------------------------- /ci-and-sdks/ci-integrations/jenkins-jfrog-plugin.md: -------------------------------------------------------------------------------- 1 | # Jenkins JFrog Plugin 2 | 3 | Documentation on JFrog's Jenkin Plugin has moved. You can view it at its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/jenkins-jfrog-plugin). 4 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/authentication.md: -------------------------------------------------------------------------------- 1 | # Authentication 2 | 3 | Instructions for authenticating via the CLI has moved. You can view it at its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/authenticating-via-the-cli). 4 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/configurations/proxy-support.md: -------------------------------------------------------------------------------- 1 | # Proxy Support 2 | 3 | Documentation on proxy support for the JFrog CLI has moved. You can view it in its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/proxy-support). 4 | -------------------------------------------------------------------------------- /ci-and-sdks/ci-integrations/github-actions.md: -------------------------------------------------------------------------------- 1 | # GitHub Actions 2 | 3 | Documentation for setting up a GitHub Action for **JFrog CLI** has moved. You can view it at its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/github-actions). 4 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/install.md: -------------------------------------------------------------------------------- 1 | # Download and Install 2 | 3 | Installation instructions for CLI documentation has moved. You can view it at is new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/download-and-install-the-jfrog-cli). 4 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/shell-auto-completion.md: -------------------------------------------------------------------------------- 1 | # Shell Auto Completion 2 | 3 | Documentation on JFrog CLI's auto-completion scripts has moved. You can view it at its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/shell-auto-completion). 4 | -------------------------------------------------------------------------------- /ci-and-sdks/ci-integrations/gitlab-templates-for-jfrog.md: -------------------------------------------------------------------------------- 1 | # GitLab Templates for JFrog 2 | 3 | Documentation on GitlLab Templates for JFrog has moved. You can view it at its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/gitlab-templates-for-jfrog). 4 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/cli-for-jfrog-distribution.md: -------------------------------------------------------------------------------- 1 | # CLI for JFrog Distribution 2 | 3 | Documentation on the JFrog CLI for Distribution has moved. You can view it at its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/cli-for-jfrog-distribution). 4 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | --- 2 | cover: .gitbook/assets/banner.png 3 | coverY: 0 4 | --- 5 | 6 | # JFrog Applications 7 | 8 | The JFrog Applications content has moved to a new location. You can view that content in its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/jfrog-cli). 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/usage.md: -------------------------------------------------------------------------------- 1 | # JFrog CLI Environment Variables 2 | 3 | Documentation on JFrog CLI environment variables for installation has moved. You can view it at its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/jfrog-cli-environment-variables). 4 | 5 | -------------------------------------------------------------------------------- /ci-and-sdks/ci-integrations/artifactory-gradle-plugin.md: -------------------------------------------------------------------------------- 1 | # Artifactory Gradle Plugin 2 | 3 | Documentation for the JFrog's Gradle Plugin for Artifactory has moved. You can view the content at its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/artifactory-gradle-plugin). 4 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/binaries-management-with-jfrog-artifactory/authentication.md: -------------------------------------------------------------------------------- 1 | # Authentication 2 | 3 | Information on options for authenticating via the JFrog CLI has moved. You can view it in its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/authentication). 4 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/cli-command-summaries.md: -------------------------------------------------------------------------------- 1 | # CLI Command Summaries 2 | 3 | Documentation on the command summaries feature for recording JFrog CLI command outputs has moved. You can view it at its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/cli-command-summaries). 4 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/cli-for-jfrog-platform-services/deploy-jfrog-worker.md: -------------------------------------------------------------------------------- 1 | # Deploy JFrog Worker 2 | 3 | Documentation on using the JFrog CLI to deploy a JFrog worker has moved. You can view it at its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/deploy-jfrog-worker). 4 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/binaries-management-with-jfrog-artifactory/generic-files.md: -------------------------------------------------------------------------------- 1 | # Generic Files 2 | 3 | Documentation on uploading and managing files via the JFrog CLI have moved. You can view it at its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/generic-files). 4 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/cli-for-jfrog-platform-services/test-run-jfrog-worker.md: -------------------------------------------------------------------------------- 1 | # Test-Run JFrog Worker 2 | 3 | Documentation for using the JFrog CLI to test-run a Worker has moved. You can see it at its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/test-run-jfrog-worker). 4 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/cli-for-jfrog-platform-services/undeploy-jfrog-worker.md: -------------------------------------------------------------------------------- 1 | # Undeploy JFrog Worker 2 | 3 | Documentation on using the JFrog CLI to undeploy a worker has moved. You can view it at its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/undeploy-jfrog-worker). 4 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/configurations/jfrog-platform-configuration.md: -------------------------------------------------------------------------------- 1 | # JFrog Platform Configuration 2 | 3 | Information about working configuring JFrog Platform CLI has moved. You can view it in its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/jfrog-platform-configurations). 4 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/binaries-management-with-jfrog-artifactory/evidence-service.md: -------------------------------------------------------------------------------- 1 | # Evidence Service 2 | 3 | Documentation on creating and attaching evidence via the JFrog CLI has moved. You can view it in its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/evidence-service). 4 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/binaries-management-with-jfrog-artifactory/using-placeholders.md: -------------------------------------------------------------------------------- 1 | # Using Placeholders 2 | 3 | Documentation on using placeholders with the JFrog CLI has moved. You can view it in its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/using-placeholders). 4 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/cli-for-jfrog-platform-services/README.md: -------------------------------------------------------------------------------- 1 | # CLI for JFrog Platform Services 2 | 3 | Documentation on using JFrog CLI with JFrog Platform Services has moved. You can view it at its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/cli-for-jfrog-platform-services). 4 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/binaries-management-with-jfrog-artifactory/environment-variables.md: -------------------------------------------------------------------------------- 1 | # Environment Variables 2 | 3 | Documentation on Artifactory environment variables has moved. You can view it in its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/environment-variables). 4 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/cli-for-jfrog-cloud-transfer.md: -------------------------------------------------------------------------------- 1 | # CLI for JFrog Cloud Transfer 2 | 3 | Documentation on migrating from a self-hosted to cloud deploying using the CLI has moved. You can view it in its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/cli-for-jfrog-cloud-transfer). 4 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/cli-for-jfrog-platform-services/edit-worker-schedule.md: -------------------------------------------------------------------------------- 1 | # Edit Worker Schedule 2 | 3 | Documentation on how to edit the Worker schedule via the JFrog CLI has moved. You can view it at its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/edit-worker-schedule). 4 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/cli-for-jfrog-platform-services/list-available-events.md: -------------------------------------------------------------------------------- 1 | # List Available Events 2 | 3 | Documentation on how to list all the available events via the JFrog CLI has moved. You can view it at its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/list-available-events). 4 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/binaries-management-with-jfrog-artifactory/build-integration.md: -------------------------------------------------------------------------------- 1 | # Build Integration 2 | 3 | Documentation regarding integrating build management with JFrog CLI has moved. You can view it in its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/build-integration). 4 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/cli-for-jfrog-platform-services/initialize-jfrog-worker.md: -------------------------------------------------------------------------------- 1 | # Initialize JFrog Worker 2 | 3 | Documentation on the JFrog command for initializing a new JFrog worker has moved. You can view it at its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/initialize-jfrog-worker). 4 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/cli-for-jfrog-platform-services/list-registered-workers.md: -------------------------------------------------------------------------------- 1 | # List Registered Workers 2 | 3 | Documentation on how to list workers saved on your Artifactory instance has moved. You can view it at its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/list-registered-workers). 4 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/binaries-management-with-jfrog-artifactory/curl-integration.md: -------------------------------------------------------------------------------- 1 | # cURL Integration 2 | 3 | Documentation on using the `cURL` command with Artifactory, and its related parameters has moved. You can view it in its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/curl-integration). 4 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/cli-for-jfrog-platform-services/add-secrets-to-jfrog-worker.md: -------------------------------------------------------------------------------- 1 | # Add Secrets to JFrog Worker 2 | 3 | Documentation on using the JFrog CLI to edit a worker and add or edit a secret has moved. You can view it at its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/add-secrets-to-jfrog-worker). 4 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/binaries-management-with-jfrog-artifactory/README.md: -------------------------------------------------------------------------------- 1 | # Binaries Management with JFrog Artifactory 2 | 3 | Documentation on managing binaries in JFrog via the CLI has moved. You can view it in its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/binaries-management-with-jfrog-artifactory). 4 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/binaries-management-with-jfrog-artifactory/using-file-specs.md: -------------------------------------------------------------------------------- 1 | # Using File Specs 2 | 3 | Information regarding options for performing complex operations via CLI using the -spec option have moved. You can view them in their new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/using-file-specs). 4 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/cli-for-jfrog-platform-services/show-worker-execution-history.md: -------------------------------------------------------------------------------- 1 | # Show Worker Execution History 2 | 3 | Documentation on how to display the execution history of a specific worker has moved. You can view it at its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/show-worker-execution-history). 4 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/binaries-management-with-jfrog-artifactory/release-lifecycle-management.md: -------------------------------------------------------------------------------- 1 | # Release Lifecycle Management 2 | 3 | Documentation on using JFrog CLI with Release Lifecycle Management has moved. You can view it in its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/release-lifecycle-management). 4 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/binaries-management-with-jfrog-artifactory/package-managers-integration.md: -------------------------------------------------------------------------------- 1 | # Package Managers Integration 2 | 3 | Documentation regarding integrating the JFrog CLI with various package managers has moved. You can view it in its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/package-managers-integration). 4 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/cli-for-jfrog-platform-services/execute-an-http-triggered-worker.md: -------------------------------------------------------------------------------- 1 | # Execute an HTTP-Triggered Worker 2 | 3 | Documentation on how to execute an HTTP-triggered worker via the JFrog CLI has moved. You can view the content in its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/execute-an-http-triggered-worker). 4 | -------------------------------------------------------------------------------- /jfrog-applications/ci-and-sdks/ci-integrations/github-actions.md: -------------------------------------------------------------------------------- 1 | # GitHub Actions 2 | 3 | The **Setup JFrog CLI** GitHub Action automates the process of downloading, installing, and configuring the JFrog CLI, enabling its use within your GitHub workflow. 4 | For comprehensive documentation, visit the [GitHub Actions Marketplace](https://github.com/marketplace/actions/setup-jfrog-cli). -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/binaries-management-with-jfrog-artifactory/managing-configuration-entities.md: -------------------------------------------------------------------------------- 1 | # Managing Configuration Entities 2 | 3 | Documentation managing Artifactory configuration entities via the JFrog CLI has moved. You can view it in its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/managing-configuration-entities). 4 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/binaries-management-with-jfrog-artifactory/git-lfs.md: -------------------------------------------------------------------------------- 1 | # Cleaning Up Unreferenced Files from a Git LFS Repository 2 | 3 | Documentation on cleaning up files from a Git LFS repository has moved. You can view it at its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/cleaning-up-unreferenced-files-from-a-git-lfd-repository). 4 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/binaries-management-with-jfrog-artifactory/verifying-artifactory-accessibility.md: -------------------------------------------------------------------------------- 1 | # Verifying Artifactory's Accessibility 2 | 3 | Instructions on verifying Artifactory's accessibility via the CLI have moved. You can view it in its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/verifying-artifactory-s-accessibility). 4 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/binaries-management-with-jfrog-artifactory/storing-symlinks.md: -------------------------------------------------------------------------------- 1 | # Storing Symlinks in Artifactory 2 | 3 | Documentation about uploading and downloading symlinks (soft links) between your local file system and Artifactory has moved. You can view it in its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/storing-symlinks-in-artifactory). 4 | -------------------------------------------------------------------------------- /ci-and-sdks/ci-integrations/maven-artifactory-plugin.md: -------------------------------------------------------------------------------- 1 | # Maven Artifactory Plugin 2 | 3 | Documentation on JFrog's Maven Plugin for Artifactory has moved. You can view it at its new location [here](https://docs.jfrog-applications.jfrog.io/ci-and-sdks/ci-integrations/maven-artifactory-plugin). We welcome pull requests from the community. To help us improve this project, please read our Contribution guide. 4 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/binaries-management-with-jfrog-artifactory/transferring-files-between-artifactory-servers.md: -------------------------------------------------------------------------------- 1 | # Transferring Files Between Artifactory Servers 2 | 3 | Documentation on transferring files stored in one Artifactory instance to another has moved. You can view it in its new location [here](https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/transferring-files-between-artifactory-servers). 4 | -------------------------------------------------------------------------------- /jfrog-applications/ide/README.md: -------------------------------------------------------------------------------- 1 | # IDE 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-security-features/sca.md: -------------------------------------------------------------------------------- 1 | # SCA 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-security-features/secrets.md: -------------------------------------------------------------------------------- 1 | # Secrets 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-security-features/sast/README.md: -------------------------------------------------------------------------------- 1 | # SAST 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/frogbot/README.md: -------------------------------------------------------------------------------- 1 | # JFrog Frogbot 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/frogbot/setup-frogbot.md: -------------------------------------------------------------------------------- 1 | # Setup 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/ide/eclipse/README.md: -------------------------------------------------------------------------------- 1 | # Eclipse 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/frogbot/frogbot-badge.md: -------------------------------------------------------------------------------- 1 | # Frogbot Badge 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/frogbot/setup-frogbot/README.md: -------------------------------------------------------------------------------- 1 | # Setup 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/frogbot/templates/.frogbot/frogbot-config.yml: -------------------------------------------------------------------------------- 1 | **The JFrog Security documentation has a new home!**\ 2 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 3 | 4 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 5 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 6 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 7 | -------------------------------------------------------------------------------- /jfrog-security-features/sast/integrations.md: -------------------------------------------------------------------------------- 1 | # Integrations 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/ide/jetbrains-ides/README.md: -------------------------------------------------------------------------------- 1 | # JetBrains IDEs 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/ide/visual-studio/README.md: -------------------------------------------------------------------------------- 1 | # Visual Studio 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-security-features/sast/README.md: -------------------------------------------------------------------------------- 1 | # SAST 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/frogbot/scan-execution/README.md: -------------------------------------------------------------------------------- 1 | # Scan Execution 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/ide/visual-studio-code/how-tos/README.md: -------------------------------------------------------------------------------- 1 | # How Tos 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-applications/ide/eclipse/README.md: -------------------------------------------------------------------------------- 1 | # Eclipse 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-security-features/contextual-analysis.md: -------------------------------------------------------------------------------- 1 | # Contextual Analysis 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-security-features/sast/ignore-findings.md: -------------------------------------------------------------------------------- 1 | # Ignore Findings 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/frogbot/templates/github-actions/frogbot-scan-pull-request.yml: -------------------------------------------------------------------------------- 1 | **The JFrog Security documentation has a new home!**\ 2 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 3 | 4 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 5 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 6 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 7 | -------------------------------------------------------------------------------- /jfrog-applications/frogbot/templates/github-actions/frogbot-scan-repository.yml: -------------------------------------------------------------------------------- 1 | **The JFrog Security documentation has a new home!**\ 2 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 3 | 4 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 5 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 6 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 7 | -------------------------------------------------------------------------------- /jfrog-applications/ide/jetbrains-ides/troubleshooting.md: -------------------------------------------------------------------------------- 1 | # Troubleshooting 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/ide/visual-studio-code/README.md: -------------------------------------------------------------------------------- 1 | # Visual Studio Code 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-security-for-developers/features/sca.md: -------------------------------------------------------------------------------- 1 | # SCA 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/frogbot/frogbot-configuration.md: -------------------------------------------------------------------------------- 1 | # Frogbot Configuration 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/frogbot/supported-technologies.md: -------------------------------------------------------------------------------- 1 | # Supported Technologies 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/cli-for-jfrog-security/how-tos/README.md: -------------------------------------------------------------------------------- 1 | # How Tos 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-security-features/sast/integrations.md: -------------------------------------------------------------------------------- 1 | # Integrations 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-security-for-developers/features/secrets.md: -------------------------------------------------------------------------------- 1 | # Secrets 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/ide/eclipse/supported-technologies.md: -------------------------------------------------------------------------------- 1 | # Supported Technologies 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/ide/jetbrains-ides/plugin-configuration.md: -------------------------------------------------------------------------------- 1 | # Plugin Configuration 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/ide/visual-studio-code/extension-settings.md: -------------------------------------------------------------------------------- 1 | # Manage VS Code IDE 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-applications/ide/visual-studio/README.md: -------------------------------------------------------------------------------- 1 | # Visual Studio 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-applications/jfrog-cli/authentication.md: -------------------------------------------------------------------------------- 1 | # Authentication 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-security-features/sast/ignore-findings.md: -------------------------------------------------------------------------------- 1 | # Ignore Findings 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-security-features/infrastructure-as-code-iac.md: -------------------------------------------------------------------------------- 1 | # Infrastructure as Code (IaC) 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/frogbot/setup-frogbot-using-jenkins.md: -------------------------------------------------------------------------------- 1 | # Setup Frogbot Using Jenkins 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/frogbot/setup-frogbot/frogbot-configuration.md: -------------------------------------------------------------------------------- 1 | # Frogbot Configuration 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/ide/jetbrains-ides/supported-technologies.md: -------------------------------------------------------------------------------- 1 | # Supported Technologies 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/ide/visual-studio/supported-technologies.md: -------------------------------------------------------------------------------- 1 | # Supported Technologies 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/cli-for-jfrog-security/README.md: -------------------------------------------------------------------------------- 1 | # CLI for JFrog Security 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/frogbot/scan-execution/scan-pull-requests/README.md: -------------------------------------------------------------------------------- 1 | # Scan Pull Requests 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/frogbot/scan-execution/scan-repositories/README.md: -------------------------------------------------------------------------------- 1 | # Scan Git Repositories 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/ide/visual-studio-code/supported-technologies.md: -------------------------------------------------------------------------------- 1 | # Supported Technologies 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/ide/visual-studio-code/behind-the-scenes.md: -------------------------------------------------------------------------------- 1 | # VS Code Prerequsites Per Language 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/ide/visual-studio-code/using-the-jfrog-extension-in-vs-code.md: -------------------------------------------------------------------------------- 1 | # Quick Start 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-applications/frogbot/supported-technologies.md: -------------------------------------------------------------------------------- 1 | # Supported Technologies 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/frogbot/setup-frogbot-using-azure-pipelines.md: -------------------------------------------------------------------------------- 1 | # Setup Frogbot Using Azure Pipelines 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/frogbot/setup-frogbot-using-jfrog-pipelines.md: -------------------------------------------------------------------------------- 1 | # Setup Frogbot Using JFrog Pipelines 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/frogbot/setup-frogbot/setup-frogbot-using-jenkins.md: -------------------------------------------------------------------------------- 1 | # Setup Frogbot Using Jenkins 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/ide/eclipse/use-the-jfrog-eclipse-ide-plugin.md: -------------------------------------------------------------------------------- 1 | # Use the JFrog Eclipse IDE Plugin 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/ide/jetbrains-ides/install-the-jfrog-idea-plugin.md: -------------------------------------------------------------------------------- 1 | # Install the JFrog IDEA Plugin 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/ide/visual-studio-code/how-tos/analyze-your-results/README.md: -------------------------------------------------------------------------------- 1 | # Analyze your Results 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-applications/ide/eclipse/supported-technologies.md: -------------------------------------------------------------------------------- 1 | # Supported Technologies 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/cli-for-jfrog-security/how-tos/cli-for-jfrog-curation.md: -------------------------------------------------------------------------------- 1 | # JFrog Curation 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/cli-for-jfrog-security/how-tos/scan-your-binaries.md: -------------------------------------------------------------------------------- 1 | # Scan your Binaries 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-security-for-developers/features/contextual-analysis.md: -------------------------------------------------------------------------------- 1 | # Contextual Analysis 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/ide/jetbrains-ides/apply-xray-policies-and-watches.md: -------------------------------------------------------------------------------- 1 | # Apply Xray Policies and Watches 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/ide/visual-studio-code/how-tos/analyze-your-results/ignore-findings.md: -------------------------------------------------------------------------------- 1 | # Ignore Findings 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/ide/visual-studio-code/how-tos/analyze-your-results/resolve-issues.md: -------------------------------------------------------------------------------- 1 | # Resolve Issues 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-applications/ide/visual-studio/supported-technologies.md: -------------------------------------------------------------------------------- 1 | # Supported Technologies 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/cli-for-jfrog-security/how-tos/scan-published-builds.md: -------------------------------------------------------------------------------- 1 | # Scan Published Builds 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-applications/frogbot/scan-execution/scan-pull-requests/README.md: -------------------------------------------------------------------------------- 1 | # Scan Pull Requests 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-applications/frogbot/scan-execution/scan-repositories/README.md: -------------------------------------------------------------------------------- 1 | # Scan Git Repositories 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/cli-for-jfrog-security/how-tos/enrich-your-sbom.md: -------------------------------------------------------------------------------- 1 | # Enrich your SBOM JSONs & XMLs 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/cli-for-jfrog-security/how-tos/scan-your-source-code.md: -------------------------------------------------------------------------------- 1 | # Scan your code dependencies 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/frogbot/scan-execution/scan-pull-requests/pull-request-scan-results.md: -------------------------------------------------------------------------------- 1 | # Pull Request Scan Results 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/frogbot/scan-execution/scan-pull-requests/scan-github-pull-request.md: -------------------------------------------------------------------------------- 1 | # Scan GitHub Pull Request 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/frogbot/scan-execution/scan-pull-requests/scan-gitlab-pull-request.md: -------------------------------------------------------------------------------- 1 | # Scan GitLab Pull Request 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/frogbot/setup-frogbot/setup-frogbot-using-azure-pipelines.md: -------------------------------------------------------------------------------- 1 | # Setup Frogbot Using Azure Pipelines 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/frogbot/setup-frogbot/setup-frogbot-using-gitlab-ci/gitlab-full-template.md: -------------------------------------------------------------------------------- 1 | # GitLab Full Template 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/frogbot/setup-frogbot/setup-frogbot-using-jfrog-pipelines.md: -------------------------------------------------------------------------------- 1 | # Setup Frogbot Using JFrog Pipelines 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/ide/visual-studio/use-the-jfrog-visual-studio-extension.md: -------------------------------------------------------------------------------- 1 | # Use the JFrog Visual Studio Extension 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-security-for-developers/features/infrastructure-as-code-iac.md: -------------------------------------------------------------------------------- 1 | # Infrastructure as Code (IaC) 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/ide/visual-studio-code/install-the-jfrog-vscode-extension/README.md: -------------------------------------------------------------------------------- 1 | # Install the JFrog VS Code Extension 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-applications/ide/eclipse/use-the-jfrog-eclipse-ide-plugin.md: -------------------------------------------------------------------------------- 1 | # Use the JFrog Eclipse IDE Plugin 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-applications/ide/visual-studio-code/how-tos/analyze-your-results/README.md: -------------------------------------------------------------------------------- 1 | # Analyze your Results 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-applications/ide/visual-studio-code/how-tos/analyze-your-results/resolve-issues.md: -------------------------------------------------------------------------------- 1 | # Resolve Issues 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-applications/jfrog-cli/cli-for-jfrog-security/how-tos/scan-your-binaries.md: -------------------------------------------------------------------------------- 1 | # Scan your Binaries 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/cli-for-jfrog-security/how-tos/count-contributing-developers.md: -------------------------------------------------------------------------------- 1 | # Count Contributing Developers 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/frogbot/scan-execution/scan-pull-requests/scan-azure-repos-pull-request.md: -------------------------------------------------------------------------------- 1 | # Scan Azure Repos Pull Request 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/frogbot/scan-execution/scan-repositories/view-security-alerts-on-github.md: -------------------------------------------------------------------------------- 1 | # View Security Alerts on GitHub 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-applications/ide/visual-studio-code/how-tos/analyze-your-results/ignore-findings.md: -------------------------------------------------------------------------------- 1 | # Ignore Findings 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-applications/jfrog-cli/cli-for-jfrog-security/how-tos/cli-for-jfrog-curation.md: -------------------------------------------------------------------------------- 1 | # CLI for JFrog Curation 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-applications/jfrog-cli/cli-for-jfrog-security/how-tos/scan-published-builds.md: -------------------------------------------------------------------------------- 1 | # Scan Published Builds 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-applications/jfrog-cli/cli-for-jfrog-security/how-tos/scan-your-source-code.md: -------------------------------------------------------------------------------- 1 | # Scan your Source Code 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/cli-for-jfrog-security/download-updates-for-xrays-database.md: -------------------------------------------------------------------------------- 1 | # Download Updates for Xray's Database 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/ide/jetbrains-ides/using-the-jfrog-plugin-in-the-jetbrains-ides.md: -------------------------------------------------------------------------------- 1 | # Using the JFrog Plugin in the JetBrains IDEs 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-applications/frogbot/scan-execution/scan-pull-requests/scan-github-pull-request.md: -------------------------------------------------------------------------------- 1 | # Scan GitHub Pull Request 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-applications/frogbot/scan-execution/scan-pull-requests/scan-gitlab-pull-request.md: -------------------------------------------------------------------------------- 1 | # Scan Gitlab Pull Request 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-applications/jfrog-cli/cli-for-jfrog-security/how-tos/enrich-your-sbom.md: -------------------------------------------------------------------------------- 1 | # Enrich your SBOM JSONs & XMLs 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/frogbot/scan-execution/scan-pull-requests/scan-bitbucket-server-pull-request.md: -------------------------------------------------------------------------------- 1 | # Scan Bitbucket Server Pull Request 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/ide/eclipse/install-and-setup-of-the-jfrog-eclipse-ide-plugin.md: -------------------------------------------------------------------------------- 1 | # Install and Setup of the JFrog Eclipse IDE Plugin 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/ide/jetbrains-ides/connect-the-jfrog-plugin-to-the-jfrog-platform.md: -------------------------------------------------------------------------------- 1 | # Connect the JFrog Plugin to the JFrog Platform 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-applications/frogbot/scan-execution/scan-pull-requests/pull-request-scan-results.md: -------------------------------------------------------------------------------- 1 | # Pull Request Scan Results 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-applications/frogbot/setup-frogbot/setup-frogbot-using-gitlab-ci/gitlab-full-template.md: -------------------------------------------------------------------------------- 1 | # GitLab Full Template 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-applications/ide/visual-studio/use-the-jfrog-visual-studio-extension.md: -------------------------------------------------------------------------------- 1 | # Use the JFrog Visual Studio Extension 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/frogbot/setup-frogbot/setup-frogbot-using-github-actions/scan-pull-request-full-template.md: -------------------------------------------------------------------------------- 1 | # Scan Pull Request Full Template 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-applications/frogbot/scan-execution/scan-pull-requests/scan-azure-repos-pull-request.md: -------------------------------------------------------------------------------- 1 | # Scan Azure Repos Pull Request 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-applications/ide/visual-studio-code/install-the-jfrog-vscode-extension/README.md: -------------------------------------------------------------------------------- 1 | # Install the JFrog VS Code Extension 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-applications/jfrog-cli/cli-for-jfrog-security/how-tos/count-contributing-developers.md: -------------------------------------------------------------------------------- 1 | # Count Contributing Developers 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/frogbot/setup-frogbot/setup-frogbot-using-github-actions/scan-git-repository-full-template.md: -------------------------------------------------------------------------------- 1 | # Scan Git Repository Full Template 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/ide/eclipse/scan-gradle-projects-with-the-jfrog-eclipse-ide-plugin.md: -------------------------------------------------------------------------------- 1 | # Scan Gradle Projects with the JFrog Eclipse IDE Plugin 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/ide/visual-studio/install-and-setup-the-jfrog-visual-studio-extension.md: -------------------------------------------------------------------------------- 1 | # Install and Setup the JFrog Visual Studio Extension 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-applications/frogbot/scan-execution/scan-repositories/view-security-alerts-on-github.md: -------------------------------------------------------------------------------- 1 | # View Security Alerts on GitHub 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-applications/frogbot/scan-execution/scan-pull-requests/scan-bitbucket-server-pull-request.md: -------------------------------------------------------------------------------- 1 | # Scan Bitbucket Server Pull Request 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-applications/ide/eclipse/install-and-setup-of-the-jfrog-eclipse-ide-plugin.md: -------------------------------------------------------------------------------- 1 | # Install and Setup of the JFrog Eclipse IDE Plugin 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/ide/visual-studio-code/install-the-jfrog-vscode-extension/connect-vs-code-to-the-jfrog-platform.md: -------------------------------------------------------------------------------- 1 | # Connect VS Code to the JFrog Platform 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-applications/frogbot/setup-frogbot/setup-frogbot-using-github-actions/scan-pull-request-full-template.md: -------------------------------------------------------------------------------- 1 | # Scan Pull Request Full Template 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-applications/ide/eclipse/scan-gradle-projects-with-the-jfrog-eclipse-ide-plugin.md: -------------------------------------------------------------------------------- 1 | # Scan Gradle Projects with the JFrog Eclipse IDE Plugin 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-applications/ide/visual-studio/install-and-setup-the-jfrog-visual-studio-extension.md: -------------------------------------------------------------------------------- 1 | # Install and Setup the JFrog Visual Studio Extension 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-applications/frogbot/setup-frogbot/setup-frogbot-using-github-actions/scan-git-repository-full-template.md: -------------------------------------------------------------------------------- 1 | # Scan Git Repository Full Template 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-applications/ide/visual-studio-code/install-the-jfrog-vscode-extension/connect-vs-code-to-the-jfrog-platform.md: -------------------------------------------------------------------------------- 1 | # Connect VS Code to the JFrog Platform 2 | 3 | **The JFrog Security documentation has a new home!**\ 4 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 5 | 6 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 7 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 8 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 9 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-applications/frogbot/setup-frogbot/setup-frogbot-using-github-actions/README.md: -------------------------------------------------------------------------------- 1 | --- 2 | description: Install Frogbot on GitHub using GitHub Actions 3 | --- 4 | 5 | **The JFrog Security documentation has a new home!**\ 6 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 7 | 8 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 9 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 10 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 11 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-applications/frogbot/setup-frogbot/setup-frogbot-using-gitlab-ci/README.md: -------------------------------------------------------------------------------- 1 | --- 2 | description: Install Frogbot on GitLab repositories using GitLab CI 3 | --- 4 | 5 | **The JFrog Security documentation has a new home!**\ 6 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 7 | 8 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 9 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 10 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 11 | -------------------------------------------------------------------------------- /jfrog-applications/frogbot/setup-frogbot/setup-frogbot-using-github-actions/oidc-authentication.md: -------------------------------------------------------------------------------- 1 | --- 2 | description: Authenticating using OpenID Connect (OIDC) 3 | --- 4 | 5 | # OIDC Authentication 6 | 7 | **The JFrog Security documentation has a new home!**\ 8 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 9 | 10 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 11 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 12 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 13 | -------------------------------------------------------------------------------- /jfrog-applications/frogbot/setup-frogbot/setup-frogbot-using-gitlab-ci/README.md: -------------------------------------------------------------------------------- 1 | --- 2 | description: Install Frogbot on GitLab repositories using GitLab CI 3 | --- 4 | 5 | # Setup Frogbot Using GitLab CI 6 | 7 | **The JFrog Security documentation has a new home!**\ 8 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 9 | 10 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 11 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 12 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 13 | -------------------------------------------------------------------------------- /jfrog-applications/frogbot/setup-frogbot/setup-frogbot-using-github-actions/README.md: -------------------------------------------------------------------------------- 1 | --- 2 | description: Install Frogbot on GitHub using GitHub Actions 3 | --- 4 | 5 | # Setup Frogbot Using GitHub Actions 6 | 7 | **The JFrog Security documentation has a new home!**\ 8 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 9 | 10 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 11 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 12 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 13 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-applications/frogbot/setup-frogbot/setup-frogbot-using-github-actions/oidc-authentication.md: -------------------------------------------------------------------------------- 1 | --- 2 | description: Authenticating using OpenID Connect (OIDC) 3 | --- 4 | 5 | # OIDC Authentication 6 | 7 | **The JFrog Security documentation has a new home!**\ 8 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 9 | 10 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 11 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 12 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 13 | -------------------------------------------------------------------------------- /.github/workflows/tests.yml: -------------------------------------------------------------------------------- 1 | name: Documentation Tests 2 | 3 | on: [push, pull_request] 4 | jobs: 5 | test: 6 | runs-on: ubuntu-latest 7 | strategy: 8 | fail-fast: false 9 | steps: 10 | - uses: actions/checkout@v4 11 | 12 | - name: Install Go 13 | uses: actions/setup-go@v5 14 | with: 15 | go-version: 1.21.x 16 | cache: 'false' 17 | 18 | - name: Go Cache 19 | uses: actions/cache@v4 20 | with: 21 | path: ~/go/pkg/mod 22 | key: ubuntu-go-${{ hashFiles('**/go.sum') }} 23 | restore-keys: | 24 | ubuntu-go- 25 | 26 | - name: Tests 27 | run: go test -v ./... 28 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-applications/ide/jetbrains-ides/supported-technologies.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: 3 | title: 4 | visible: true 5 | description: 6 | visible: false 7 | tableOfContents: 8 | visible: true 9 | outline: 10 | visible: false 11 | pagination: 12 | visible: true 13 | --- 14 | 15 | # Supported Technologies 16 | 17 | **The JFrog Security documentation has a new home!**\ 18 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 19 | 20 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 21 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 22 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 23 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-applications/ide/visual-studio-code/supported-technologies.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: 3 | title: 4 | visible: true 5 | description: 6 | visible: false 7 | tableOfContents: 8 | visible: true 9 | outline: 10 | visible: true 11 | pagination: 12 | visible: true 13 | --- 14 | 15 | # Supported Technologies 16 | 17 | **The JFrog Security documentation has a new home!**\ 18 | You can now find it [here](https://jfrog.com/help/p/security-home), including sections on: 19 | 20 | * [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli) 21 | * [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot) 22 | * [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides) 23 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/cli-for-jfrog-platform-services/platform-workers-list-event.md: -------------------------------------------------------------------------------- 1 | # List available events 2 | 3 | ## Overview 4 | 5 | This command list all the available events on the platform. 6 | 7 | | | | 8 | |------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| 9 | | Command name | worker list-event | 10 | | Abbreviation | worker le | 11 | | **Command options:** | | 12 | | `--server-id` | \[Optional] Server ID configured using the config command. | 13 | | `--timeout-ms` | \[Default: 5000] The request timeout in milliseconds. | 14 | | `--project-key` | \[Optional] List events available to a specific project.| 15 | 16 | ## Example 17 | 18 | List event supported by a server identified by `my-server`. 19 | 20 | ``` 21 | jf worker list-event --server-id my-server 22 | ``` -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/cli-for-jfrog-platform-services/platform-workers-deploy.md: -------------------------------------------------------------------------------- 1 | # Deploy a worker 2 | 3 | ## Overview 4 | 5 | This command is used to update the worker definition (code, description , filter, secret ...) on your Artifactory instance. 6 | 7 | | | | 8 | |------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| 9 | | Command name | worker deploy | 10 | | Abbreviation | worker d | 11 | | **Command options:** | | 12 | | `--server-id` | \[Optional] Server ID configured using the config command. | 13 | | `--timeout-ms` | \[Default: 5000] The request timeout in milliseconds. | 14 | | `--no-secrets` | \[Default: false] Do not use registered secrets. | 15 | 16 | ## Example 17 | 18 | Deploy a worker to server with id `my-server`. 19 | 20 | ``` 21 | jf worker server deploy --server-id my-server 22 | ``` -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/cli-for-jfrog-platform-services/platform-workers-add-secret.md: -------------------------------------------------------------------------------- 1 | # Add a secret to a worker manifest 2 | 3 | ## Overview 4 | 5 | This command is used to edit a worker manifest in order to add or edit secret that can be used for deployment or/and execution. 6 | 7 | Secrets are store encrypted with a master password that will be requested by the command. 8 | 9 | Once secrets are added to the manifest the master password will be required by the `deploy` and `test-run` commands. 10 | 11 | | | | 12 | |------------------------|---------------------------------------------------------| 13 | | Command name | worker add-secret | 14 | | Abbreviation | worker as | 15 | | **Command options:** | | 16 | | `--edit` | \[Default: false] Whether to update an existing secret. | 17 | | **Command arguments:** | | 18 | | secret-name | The secret name | 19 | 20 | ## Example 21 | 22 | Add a secret name `my-secret` to a worker initialized in the current directory. 23 | 24 | ``` 25 | jf worker add-secret my-secret 26 | ``` 27 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/cli-for-jfrog-platform-services/platform-workers-edit-schedule.md: -------------------------------------------------------------------------------- 1 | 2 | # Edit a worker schedule 3 | 4 | ## Overview 5 | 6 | Edit the manifest of a SCHEDULED_EVENT worker to udpate the schedule criteria. 7 | 8 | The worker should be deploy afterward with `jf worker deploy` for the change to be applied to the server. 9 | 10 | | | | 11 | |------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| 12 | | Command name | worker edit-schedule | 13 | | Abbreviation | worker es | 14 | | **Command options:** | | 15 | | `--cron` | \[Mandatory] A standard cron expression with minutes resolution. Seconds resolution is not supported by Worker service. | 16 | | `--timezone` | \[Default: UTC] The timezone to use for scheduling. | 17 | 18 | ## Example 19 | 20 | Edit a worker manifest so that it is executed every minute. 21 | 22 | ``` 23 | jf worker edit-schedule --cron "* * * * *" 24 | ``` 25 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/get-started/download-and-install/shell-auto-completion.md: -------------------------------------------------------------------------------- 1 | # Shell Auto-Completion 2 | 3 | If you're using JFrog CLI from a bash, zsh, or fish shells, you can install JFrog CLI's auto-completion scripts. 4 | 5 | ## Install JFrog CLI with Homebrew? 6 | 7 | If you're installing JFrog CLI using Homebrew, the bash, zsh, or fish auto-complete scripts are automatically installed by Homebrew. Please make sure that your `.bash_profile` or `.zshrc` are configured as described in the [Homebrew Shell Completion documentation](https://docs.brew.sh/Shell-Completion). 8 | 9 | ## Using Oh My Zsh? 10 | 11 | With your favorite text editor, open `$HOME/.zshrc` and add jfrog to the plugin list. 12 | For example: 13 | 14 | ```sh 15 | plugins=(git mvn npm sdk jfrog) 16 | ``` 17 | 18 | ## Other Installation Methods 19 | 20 | To install auto-completion for bash, run the following command and follow the instructions to complete the installation: 21 | 22 | ```sh 23 | jf completion bash --install 24 | ``` 25 | 26 | To install auto-completion for zsh, run the following command and follow the instructions to complete the installation: 27 | 28 | ```sh 29 | jf completion zsh --install 30 | ``` 31 | 32 | To install auto-completion for fish, run the following command: 33 | 34 | ```sh 35 | jf completion fish --install 36 | ``` 37 | -------------------------------------------------------------------------------- /.github/workflows/cla.yml: -------------------------------------------------------------------------------- 1 | name: "CLA Assistant" 2 | on: 3 | # issue_comment triggers this action on each comment on issues and pull requests 4 | issue_comment: 5 | types: [created] 6 | pull_request_target: 7 | types: [opened, synchronize] 8 | 9 | jobs: 10 | CLAssistant: 11 | runs-on: ubuntu-latest 12 | steps: 13 | - uses: actions-ecosystem/action-regex-match@v2 14 | id: sign-or-recheck 15 | with: 16 | text: ${{ github.event.comment.body }} 17 | regex: '\s*(I have read the CLA Document and I hereby sign the CLA)|(recheck)\s*' 18 | 19 | - name: "CLA Assistant" 20 | if: ${{ steps.sign-or-recheck.outputs.match != '' || github.event_name == 'pull_request_target' }} 21 | uses: cla-assistant/github-action@v2.3.1 22 | env: 23 | # Generated and maintained by GitHub 24 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 25 | # JFrog's organization secret 26 | PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_SIGN_TOKEN }} 27 | with: 28 | path-to-signatures: "signed_clas.json" 29 | path-to-document: "https://jfrog.com/cla/" 30 | remote-organization-name: "jfrog" 31 | remote-repository-name: "jfrog-signed-clas" 32 | # branch should not be protected 33 | branch: "master" 34 | allowlist: bot* 35 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/cli-for-jfrog-platform-services/platform-workers-list.md: -------------------------------------------------------------------------------- 1 | # List registered workers 2 | 3 | ## Overview 4 | 5 | List workers saved on your Artifactory instance. The default output is a CSV format with columns `name`,`action`,`description`,`enabled`. 6 | 7 | | | | 8 | |------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| 9 | | Command name | worker list | 10 | | Abbreviation | worker ls | 11 | | **Command options:** | | 12 | | `--server-id` | \[Optional] Server ID configured using the config command. | 13 | | `--json` | \[Default: false] Whether to use JSON instead of CSV as output.| 14 | | `--timeout-ms` | \[Default: 5000] The request timeout in milliseconds. | 15 | | `--project-key` | \[Optional] List the events created in a specific project.| 16 | 17 | 18 | # Example 19 | 20 | List all workers registered in a platform named `my-platform` with detailed data. 21 | 22 | ``` 23 | jf worker list --server-id my-platform --json 24 | ``` -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/cli-for-jfrog-platform-services/platform-workers-undeploy.md: -------------------------------------------------------------------------------- 1 | # Undeploy a worker 2 | 3 | ## Overview 4 | 5 | This command is used to remove a registered worker from you Artifactory instance. 6 | 7 | | | | 8 | |------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| 9 | | Command name | worker undeploy | 10 | | Abbreviation | worker rm | 11 | | **Command options:** | | 12 | | `--server-id` | \[Optional] Server ID configured using the config command. | 13 | | `--timeout-ms` | \[Default: 5000] The request timeout in milliseconds. | 14 | | `--project-key` | \[Optional] The key of the project that the worker belongs to.| 15 | | **Command arguments:** | | 16 | | worker-key | \[Optional] The worker key. If not provided it will be read from the `manifest.json` in the current directory. | 17 | 18 | ## Example 19 | 20 | Undeploy a worker named `my-worker` from an Artifactory instance identified by `my-server`. 21 | 22 | ``` 23 | jf worker undeploy --server-id my-server my-worker 24 | ``` 25 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/cli-for-jfrog-platform-services/platform-workers-dry-run.md: -------------------------------------------------------------------------------- 1 | # Test Run a worker 2 | 3 | ## Overview 4 | 5 | Test-run a worker. The worker needs to be initialized before running this command. 6 | The command will execute the worker with its local content, so it can be used to test the worker execution before pushing the local changes to the server. 7 | 8 | | | | 9 | |------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------| 10 | | Command name | worker test-run | 11 | | Abbreviation | worker dry-run, worker dr, worker tr | 12 | | **Command options:** | | 13 | | `--server-id` | \[Optional] Server ID configured using the config command.| 14 | | `--timeout-ms` | \[Default: 5000] The request timeout in milliseconds. | 15 | | `--no-secrets` | \[Default: false] Do not use registered secrets. | 16 | | **Command arguments:** | | 17 | | json-payload | The json payload expected by the worker. Use `-` to read the payload from standard input. Use `@` to read from a file located at . | 18 | 19 | ## Example 20 | 21 | Test-run a worker initialized in the current directory, with a payload located in a file named `payload.json` from the same directory. 22 | 23 | ``` 24 | jf worker dry-run @payload.json 25 | ``` 26 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/cli-for-jfrog-platform-services/platform-workers-execution-history.md: -------------------------------------------------------------------------------- 1 | 2 | # Show a worker execution history 3 | 4 | ## Overview 5 | 6 | Display in a json format the execution history of a specific worker. 7 | 8 | | | | 9 | |------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| 10 | | Command name | worker execution-history | 11 | | Abbreviation | worker exec-hist, worker eh | 12 | | **Command options:** | | 13 | | `--server-id` | \[Optional] Server ID configured using the config command. | 14 | | `--timeout-ms` | \[Default: 5000] The request timeout in milliseconds. | 15 | | `--project-key` | \[Optional] List events available to a specific project.| 16 | | `--with-test-runs` | \[Default: false] Whether to include test-runs entries.| 17 | | **Command arguments:** | | 18 | | worker-key | \[Optional] The worker key. If not provided it will be read from the `manifest.json` in the current directory. | 19 | 20 | ## Example 21 | 22 | Retrieves the execution history of a worker named `my-worker` including test runs. 23 | 24 | ``` 25 | jf worker execution-history --with-test-runs my-worker 26 | ``` 27 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/get-started/configurations/proxy-support.md: -------------------------------------------------------------------------------- 1 | # Proxy Support 2 | 3 | JFrog CLI supports using an HTTP/S proxy. All you need to do is set HTTP\_PROXY or HTTPS\_PROXY environment variable with the proxy URL. 4 | 5 | HTTP\_PROXY, HTTPS\_PROXY and NO\_PROXY are the industry standards for proxy usages. 6 | 7 | | Variable Name | Description | 8 | |---------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| 9 | | HTTP\_PROXY | Determines a URL to an HTTP proxy. | 10 | | HTTPS\_PROXY | Determines a URL to an HTTPS proxy. | 11 | | NO\_PROXY | Use this variable to bypass the proxy to IP addresses, subnets or domains. This may contain a comma-separated(,) list of hostnames or IPs without protocols and ports. A typical usage may be to set this variable to Artifactory’s IP address. | 12 | -------------------------------------------------------------------------------- /jfrog-applications/jfrog-cli/cli-for-jfrog-platform-services/platform-workers-execute.md: -------------------------------------------------------------------------------- 1 | # Execute an HTTP-triggered worker 2 | 3 | ## Overview 4 | 5 | Execute an HTTP-triggered worker. 6 | 7 | | | | 8 | |------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------| 9 | | Command name | worker execute | 10 | | Abbreviation | worker exec, worker e | 11 | | **Command options:** | | 12 | | `--server-id` | \[Optional] Server ID configured using the config command. | 13 | | `--timeout-ms` | \[Default: 5000] The request timeout in milliseconds. | 14 | | `--project-key` | \[Optional] The key of the project that the worker belongs to.| 15 | | **Command arguments:** | | 16 | | worker-key | The worker key. If not provided it will be read from the `manifest.json` in the current directory. | 17 | | json-payload | The json payload expected by the worker. Use `-` to read the payload from standard input. Use `@` to read from a file located at . | 18 | 19 | ## Example 20 | 21 | Execute an HTTP-triggered worker initialized in the current directory, with a payload located in a file named `payload.json` from the same directory. 22 | 23 | ``` 24 | jf worker execute @payload.json 25 | ``` 26 | 27 | Execute an HTTP-triggered worker with a payload from the standard input. 28 | 29 | ``` 30 | jf worker execute - <IDEideIDE.pngCLIjfrog-clicli.pngFrogbotfrogbotFROG BOT.pngCI ci-integrationsCI Integrations.pngSDKssdksSDK.png 27 | 28 | ## **Shift Left with JFrog Security** 29 | 30 |
SCASoftware Composition Analysis for source code and binary filessca.md
Contextual AnalysisDeep Contextual Analysis combining real-world exploitability and CVEs applicabilitycontextual-analysis.md
SecretsSecrets Detection for source code and binary files secrets.md
Infrastructure as Code (IaC)Identify security exposures in your IaC infrastructure-as-code-iac.md
SASTDiscover vulnerabilities in the 1st party codesast
31 | 32 | -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- 1 | module github.com/jfrog/documentation 2 | 3 | go 1.21 4 | 5 | require ( 6 | github.com/jfrog/jfrog-client-go v1.40.2 7 | github.com/stretchr/testify v1.9.0 8 | github.com/xeipuuv/gojsonschema v1.2.0 9 | gopkg.in/yaml.v2 v2.4.0 10 | ) 11 | 12 | require ( 13 | dario.cat/mergo v1.0.0 // indirect 14 | github.com/CycloneDX/cyclonedx-go v0.8.0 // indirect 15 | github.com/Microsoft/go-winio v0.6.1 // indirect 16 | github.com/ProtonMail/go-crypto v1.0.0 // indirect 17 | github.com/andybalholm/brotli v1.1.0 // indirect 18 | github.com/cloudflare/circl v1.3.7 // indirect 19 | github.com/cyphar/filepath-securejoin v0.2.4 // indirect 20 | github.com/davecgh/go-spew v1.1.1 // indirect 21 | github.com/dsnet/compress v0.0.1 // indirect 22 | github.com/emirpasic/gods v1.18.1 // indirect 23 | github.com/forPelevin/gomoji v1.2.0 // indirect 24 | github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect 25 | github.com/go-git/go-billy/v5 v5.5.0 // indirect 26 | github.com/go-git/go-git/v5 v5.12.0 // indirect 27 | github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect 28 | github.com/golang/snappy v0.0.4 // indirect 29 | github.com/gookit/color v1.5.4 // indirect 30 | github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect 31 | github.com/jfrog/archiver/v3 v3.6.0 // indirect 32 | github.com/jfrog/build-info-go v1.9.26 // indirect 33 | github.com/jfrog/gofrog v1.7.1 // indirect 34 | github.com/kevinburke/ssh_config v1.2.0 // indirect 35 | github.com/klauspost/compress v1.17.4 // indirect 36 | github.com/klauspost/cpuid/v2 v2.2.3 // indirect 37 | github.com/klauspost/pgzip v1.2.6 // indirect 38 | github.com/minio/sha256-simd v1.0.1 // indirect 39 | github.com/nwaples/rardecode v1.1.3 // indirect 40 | github.com/pierrec/lz4/v4 v4.1.21 // indirect 41 | github.com/pjbgf/sha1cd v0.3.0 // indirect 42 | github.com/pmezard/go-difflib v1.0.0 // indirect 43 | github.com/rivo/uniseg v0.4.3 // indirect 44 | github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect 45 | github.com/skeema/knownhosts v1.2.2 // indirect 46 | github.com/ulikunitz/xz v0.5.11 // indirect 47 | github.com/xanzy/ssh-agent v0.3.3 // indirect 48 | github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect 49 | github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect 50 | github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect 51 | github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect 52 | golang.org/x/crypto v0.23.0 // indirect 53 | golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect 54 | golang.org/x/mod v0.17.0 // indirect 55 | golang.org/x/net v0.25.0 // indirect 56 | golang.org/x/sync v0.7.0 // indirect 57 | golang.org/x/sys v0.20.0 // indirect 58 | golang.org/x/term v0.20.0 // indirect 59 | golang.org/x/tools v0.21.0 // indirect 60 | gopkg.in/warnings.v0 v0.1.2 // indirect 61 | gopkg.in/yaml.v3 v3.0.1 // indirect 62 | ) 63 | -------------------------------------------------------------------------------- /.github/workflows/migrate_GB2FT.yaml: -------------------------------------------------------------------------------- 1 | name: SH Migrate Documentation to Fluid Topics 2 | 3 | on: 4 | push: # Automatically triggers on every commit 5 | branches: 6 | - main # Trigger the workflow on commits to the 'main' branch 7 | workflow_dispatch: 8 | inputs: 9 | COMMIT_HASH: 10 | description: 'Optional commit hash to process' 11 | required: false 12 | environment: 13 | description: 'Select the environment to deploy to' 14 | required: true 15 | default: 'staging' 16 | type: choice 17 | options: 18 | - staging 19 | - production 20 | 21 | jobs: 22 | migrate-docs: 23 | runs-on: self-hosted 24 | 25 | steps: 26 | # Step 1: Set up working directory and GitBook folder paths 27 | - name: Set working directory 28 | run: | 29 | export WORK_DIR="workspace_${{ github.run_id }}_${{ github.job }}_${{ github.run_number }}" 30 | export GITBOOK_REPO_FOLDER="$WORK_DIR/gitbook-content" 31 | echo "WORK_DIR=$WORK_DIR" >> $GITHUB_ENV 32 | echo "GITBOOK_REPO_FOLDER=$GITBOOK_REPO_FOLDER" >> $GITHUB_ENV 33 | 34 | # Step 2: Checkout GitBook content 35 | - name: Clone GitBook content 36 | run: | 37 | mkdir -p $GITBOOK_REPO_FOLDER 38 | git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git $GITBOOK_REPO_FOLDER 39 | cd $GITBOOK_REPO_FOLDER 40 | git checkout ${{ inputs.COMMIT_HASH || github.sha }} 41 | env: 42 | GITBOOK_REPO_FOLDER: ${{ env.GITBOOK_REPO_FOLDER }} 43 | 44 | # Step 3: Clone Gitbook-to-FT Utility 45 | - name: Clone Gitbook-to-FT Utility 46 | run: | 47 | git clone https://github.com/jfrog/Gitbook-to-FT.git $WORK_DIR/Gitbook-to-FT 48 | env: 49 | WORK_DIR: ${{ env.WORK_DIR }} 50 | 51 | # Step 4: List directory contents 52 | - name: List directory contents 53 | run: | 54 | ls -l $WORK_DIR 55 | env: 56 | WORK_DIR: ${{ env.WORK_DIR }} 57 | 58 | # Step 5: Install Python and dependencies 59 | - name: Install Python and required dependencies 60 | run: | 61 | sudo apt-get update 62 | sudo apt-get install -y python3 python3-pip 63 | python3 -m pip install --upgrade pip 64 | python3 -m pip install -r $WORK_DIR/Gitbook-to-FT/requirements.txt 65 | env: 66 | WORK_DIR: ${{ env.WORK_DIR }} 67 | 68 | # Step 6: Configure environment variables based on selected environment 69 | - name: Set environment variables 70 | run: | 71 | # Default to staging if 'environment' is not set (e.g., in push events) 72 | ENVIRONMENT=${{ github.event.inputs.environment || 'staging' }} 73 | if [[ "$ENVIRONMENT" == "staging" ]]; then 74 | echo "FLUID_TOPICS_BASE_URL=${{ vars.STAGING_FLUID_TOPICS_BASE_URL }}" >> $GITHUB_ENV 75 | echo "FLUID_TOPICS_API_KEY=${{ secrets.STAGING_FLUID_TOPICS_API_KEY }}" >> $GITHUB_ENV 76 | elif [[ "$ENVIRONMENT" == "production" ]]; then 77 | echo "FLUID_TOPICS_BASE_URL=${{ vars.PRODUCTION_FLUID_TOPICS_BASE_URL }}" >> $GITHUB_ENV 78 | echo "FLUID_TOPICS_API_KEY=${{ secrets.PRODUCTION_FLUID_TOPICS_API_KEY }}" >> $GITHUB_ENV 79 | fi 80 | 81 | # Step 7: Run the migration utility 82 | - name: Run migration utility 83 | env: 84 | GITBOOK_REPO_FOLDER: ${{ env.GITBOOK_REPO_FOLDER }}/jfrog-applications # Add "/jfrog-applications" to the path 85 | FLUID_TOPICS_API_KEY: ${{ env.FLUID_TOPICS_API_KEY }} 86 | FLUID_TOPICS_BASE_URL: ${{ env.FLUID_TOPICS_BASE_URL }} 87 | FLUID_TOPICS_SOURCE_ID: ${{ vars.FLUID_TOPICS_SOURCE_ID }} 88 | PUBLICATION_TITLE: ${{ vars.PUBLICATION_TITLE }} 89 | run: | 90 | python3 $WORK_DIR/Gitbook-to-FT/main.py 91 | 92 | # Step 8: Cleanup temporary directories 93 | - name: Cleanup temporary directories 94 | if: always() 95 | run: | 96 | rm -rf $WORK_DIR 97 | env: 98 | WORK_DIR: ${{ env.WORK_DIR }} 99 | -------------------------------------------------------------------------------- /jfrog-applications/ci-and-sdks/ci-integrations/bamboo-jfrog-plugin.md: -------------------------------------------------------------------------------- 1 | # Bamboo JFrog Plugin 2 | 3 | ### Overview 4 | 5 | The **Bamboo JFrog Plugin** is designed to provide an easy integration between Bamboo and the [JFrog Platform](https://jfrog.com/solution-sheet/jfrog-platform/). 6 | 7 | Unlike the legacy [Bamboo Artifactory Plugin](https://plugins.atlassian.com/plugin/details/27818), the new **Bamboo JFrog Plugin** focuses on a single task that runs [JFrog CLI](https://docs.jfrog-applications.jfrog.io/jfrog-applications/jfrog-cli) commands. Worth mentioning that both JFrog plugins, can work side by side. 8 | 9 | The advantage of this approach is that JFrog CLI is a powerful and versatile tool that integrates with all JFrog capabilities. It offers extensive features and functionalities, and it is constantly improved and updated with the latest enhancements from JFrog. This ensures that the Bamboo JFrog Plugin is always up-to-date with the newest features and improvements provided by JFrog. 10 | 11 | With the Bamboo JFrog Plugin, you can easily deploy artifacts, resolve dependencies, and link them to the build jobs that created them. Additionally, you can scan your artifacts and builds for vulnerabilities using [JFrog Xray](https://jfrog.com/xray/) and distribute your software packages to remote locations using [JFrog Distribution](https://jfrog.com/distribution/). 12 | 13 | ### Key Features 14 | 15 | * **Artifact Management**: Manage build artifacts with Artifactory. 16 | * **Dependency Resolution**: Resolve dependencies from Artifactory for reliable builds. 17 | * **Build Traceability**: Link artifacts to their corresponding build jobs for better traceability. 18 | * **Security Scanning**: Scan artifacts and builds with JFrog Xray for vulnerabilities. 19 | * **Software Distribution**: Distribute software packages to remote locations using JFrog Distribution. 20 | 21 | ### Installation and Configuration 22 | 23 | 1. Download the plugin (upto version 1.0.5) from the [Bamboo Marketplace](https://marketplace.atlassian.com/). 24 | > **Note: For the latest version 1.0.6, download source code of the plugin and build it until it is available in the Bamboo Marketplace**. 25 | > 1. Download the source code from the [GitHub Release Page](https://github.com/jfrog/bamboo-jfrog-plugin/releases/tag/1.0.6). 26 | > 2. From the source code root path, build the jar by running the command `mvn clean install -U -DskipTests`. 27 | 3. Install the plugin on your Bamboo server. 28 | 4. In the _Bamboo Administration_ section, go to _Manage Apps_ and select _JFrog Configuration_. 29 | 5. Click on _New JFrog Platform Configuration_. 30 | 6. Configure your credentials details and run a _Test Connection_, then click _Save_. 31 | 32 | 33 | ### Important Upgrade Instructions 34 | 35 | #### For Bamboo 10.0.0 and Above 36 | - **Upgrade to Version 1.0.6 or Higher**: If you are using Bamboo version **10.0.0** or later, please upgrade your JFrog Bamboo Plugin to version **1.0.6** or above. 37 | - **Post-Upgrade Configuration**: After upgrading to version **1.0.6**, any additions or modifications to your configurations will require a **restart of Bamboo** to take effect. 38 | 39 | **We will resolve this issue in future releases**. 40 | 41 | #### For Bamboo 9.x.x and Below 42 | - **Do Not Upgrade to Version 1.0.6**: If your Bamboo version is **9.x.x** or lower, please do not upgrade to version **1.0.6**, as it is not compatible with these versions. 43 | 44 | 45 | ### JFrog CLI Settings 46 | 47 | 1. By default, latest JFrog CLI will be installed and used when the JFrog CLI task runs. You can specify a specific version to be used. 48 | 2. If your Bamboo agents have access to the internet, you can set the JFrog Plugin to download JFrog CLI directly from https://releases.jfrog.io. If not, you can set the plugin to download JFrog CLI through the configured Artifactory instance. 49 | 50 | Set the Repository Name field value to the name of a Remote or Virtual repository in your Artifactory instance which proxies https://releases.jfrog.io/. 51 | 52 | ### Usage 53 | 54 | Once installed and configured, you can use the JFrog CLI task in your Bamboo build plans. Follow these steps: 55 | 56 | 1. Go to the _Tasks_ section of your build plan. 57 | 2. Add the _JFrog CLI task_ to your plan. 58 | 3. Configure the JFrog CLI task by selecting the appropriate Server ID. 59 | -------------------------------------------------------------------------------- /jfrog-applications/frogbot/templates/templates_test.go: -------------------------------------------------------------------------------- 1 | package main 2 | 3 | import ( 4 | "fmt" 5 | "io" 6 | "net/http" 7 | "os" 8 | "path/filepath" 9 | "strings" 10 | "testing" 11 | "time" 12 | 13 | "github.com/stretchr/testify/assert" 14 | "github.com/xeipuuv/gojsonschema" 15 | "gopkg.in/yaml.v2" 16 | 17 | "github.com/jfrog/jfrog-client-go/utils" 18 | "github.com/jfrog/jfrog-client-go/utils/errorutils" 19 | ) 20 | 21 | const ( 22 | maxRetriesToDownloadSchema = 5 23 | durationBetweenSchemaDownloadRetries = 10 * time.Second 24 | ) 25 | 26 | func TestFrogbotSchema(t *testing.T) { 27 | // Download frogbot schema 28 | schemaLoader := downloadYamlSchema(t, "https://raw.githubusercontent.com/jfrog/frogbot/master/schema/frogbot-schema.json") 29 | 30 | // Validate config in the docs 31 | validateYamlSchema(t, schemaLoader, filepath.Join(".frogbot", "frogbot-config.yml"), "") 32 | } 33 | 34 | func TestGitHubActionsTemplates(t *testing.T) { 35 | // Download GitHub Actions schema 36 | schemaLoader := downloadYamlSchema(t, "https://json.schemastore.org/github-workflow.json") 37 | 38 | // Validate workflows in the "github-actions" directory 39 | validateYamlsInDirectory(t, "github-actions", schemaLoader) 40 | } 41 | 42 | // Download a Yaml schema. 43 | // t - Testing object 44 | // schema - The schema file to download 45 | func downloadYamlSchema(t *testing.T, url string) gojsonschema.JSONLoader { 46 | var response *http.Response 47 | var err error 48 | retryExecutor := utils.RetryExecutor{ 49 | MaxRetries: maxRetriesToDownloadSchema, 50 | RetriesIntervalMilliSecs: int(durationBetweenSchemaDownloadRetries.Milliseconds()), 51 | ErrorMessage: "Failed to download schema", 52 | ExecutionHandler: func() (bool, error) { 53 | response, err = http.Get(url) 54 | if err != nil { 55 | return true, err 56 | } 57 | err = errorutils.CheckResponseStatus(response, http.StatusOK) 58 | return err != nil, err 59 | }, 60 | } 61 | assert.NoError(t, retryExecutor.Execute()) 62 | assert.Equal(t, http.StatusOK, response.StatusCode, response.Status) 63 | // Check server response and read schema bytes 64 | defer func() { 65 | assert.NoError(t, response.Body.Close()) 66 | }() 67 | schemaBytes, err := io.ReadAll(response.Body) 68 | assert.NoError(t, err) 69 | return gojsonschema.NewBytesLoader(schemaBytes) 70 | } 71 | 72 | // Validate all yml files in the given directory against the input schema 73 | // t - Testing object 74 | // schemaLoader - The schema to use in the validation 75 | // path - Yaml directory path 76 | func validateYamlsInDirectory(t *testing.T, path string, schemaLoader gojsonschema.JSONLoader) { 77 | err := filepath.Walk(path, func(schemaFilePath string, info os.FileInfo, err error) error { 78 | assert.NoError(t, err) 79 | if strings.HasSuffix(info.Name(), "yml") { 80 | validateYamlSchema(t, schemaLoader, schemaFilePath, "") 81 | } 82 | return nil 83 | }) 84 | assert.NoError(t, err) 85 | } 86 | 87 | // Validate a Yaml file against the input Yaml schema 88 | // t - Testing object 89 | // schemaLoader - The schema to use in the validation 90 | // yamlFilePath - Yaml file path 91 | // expectError - Expected error or an empty string if error is not expected 92 | func validateYamlSchema(t *testing.T, schemaLoader gojsonschema.JSONLoader, yamlFilePath, expectError string) { 93 | t.Run(filepath.Base(yamlFilePath), func(t *testing.T) { 94 | // Read yaml 95 | yamlFile, err := os.ReadFile(yamlFilePath) 96 | assert.NoError(t, err) 97 | 98 | // Unmarshal yaml to object 99 | var yamlObject interface{} 100 | err = yaml.Unmarshal(yamlFile, &yamlObject) 101 | assert.NoError(t, err) 102 | 103 | // Convert the Yaml config to JSON config to help the json parser validate it. 104 | // The reason we don't do the convert by as follows: 105 | // YAML -> Unmarshall -> Go Struct -> Marshal -> JSON 106 | // is because the config's struct includes only YAML annotations. 107 | jsonObject := convertYamlToJson(yamlObject) 108 | 109 | // Load and validate json with the schema 110 | documentLoader := gojsonschema.NewGoLoader(jsonObject) 111 | result, err := gojsonschema.Validate(schemaLoader, documentLoader) 112 | assert.NoError(t, err) 113 | if expectError != "" { 114 | assert.False(t, result.Valid()) 115 | assert.Contains(t, result.Errors()[0].String(), expectError) 116 | } else { 117 | assert.True(t, result.Valid(), result.Errors()) 118 | } 119 | }) 120 | } 121 | 122 | // Recursively convert yaml interface to JSON interface 123 | func convertYamlToJson(yamlValue interface{}) interface{} { 124 | switch yamlMapping := yamlValue.(type) { 125 | case map[interface{}]interface{}: 126 | jsonMapping := map[string]interface{}{} 127 | for key, value := range yamlMapping { 128 | if key == true { 129 | // "on" is considered a true value for the Yaml Unmarshaler. To work around it, we set the true to be "on". 130 | key = "on" 131 | } 132 | jsonMapping[fmt.Sprint(key)] = convertYamlToJson(value) 133 | } 134 | return jsonMapping 135 | case []interface{}: 136 | for i, value := range yamlMapping { 137 | yamlMapping[i] = convertYamlToJson(value) 138 | } 139 | } 140 | return yamlValue 141 | } 142 | -------------------------------------------------------------------------------- /jfrog-applications/ci-and-sdks/ci-integrations/artifactory-gradle-plugin.md: -------------------------------------------------------------------------------- 1 | # Artifactory Gradle Plugin 2 | 3 | ### Overview 4 | 5 | The Gradle Artifactory Plugin provides tight integration with Gradle. All that is needed is a simple modification of your `build.gradle` script file with a few configuration parameters, and you can deploy your build artifacts and build information to Artifactory. 6 | 7 | The plugin adds the `artifactoryPublish` task for each project, in the `publishing` group. The task performs the following actions on the project and its submodules: 8 | 9 | 1. Extracting the [build-info](https://www.buildinfo.org/) file located in the root project. This file contains comprehensive information about the build, such as its configuration, dependencies, and other relevant details. 10 | 2. Deploying both the generated artifacts and the build-info file to your Artifactory repository. This ensures that the artifacts, which are the output of the build process, and the accompanying build-info file are stored and organized in your Artifactory repository for easy access and management. 11 | 12 | > _**NOTE:**_ The minimum supported Gradle version to use version 6 of this plugin is v8 13 | 14 |
15 | 16 | 🚚 Migrating from Version 5 to Version 6 of the Plugin 17 | 18 | *** 19 | 20 | **Version 6 of the Gradle Artifactory Plugin includes the following breaking changes compared to version 5** 21 | 22 | * Introduced support for Gradle 9. 23 | * The minimum version of Java required to use this plugin has been upgraded to version 17. 24 | * The minimum version of Gradle required to use this plugin has been upgraded to version 8. 25 | 26 |
27 | 28 | > _**NOTE:**_ The minimum supported Gradle version to use version 5 of this plugin is v6.9 29 | 30 |
31 | 32 | 🚚 Migrating from Version 4 to Version 5 of the Plugin 33 | 34 | *** 35 | 36 | **Version 5 of the Gradle Artifactory Plugin includes the following breaking changes compared to version 4** 37 | 38 | * The minimum version of Gradle required to use this plugin has been upgraded to version 6.9. 39 | * The below convention attributes have been removed: 40 | 41 | | Attribute | Migration action | 42 | |:---------:|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| 43 | | parent | No longer supported. | 44 | | resolve | To define the Artifactory resolution repositories for your build, declare the repositories under the repositories section as described [here](https://docs.gradle.org/current/userguide/declaring\_repositories.html#declaring-repositories). | 45 | 46 |
47 | 48 | *** 49 | 50 | ### 📦 Installation 51 | 52 |
53 | 54 | Step 1 - Add the plugin to your project 55 | 56 | *** 57 | 58 | Add the following snippet to your build script: 59 | 60 | *** 61 | 62 |
63 | 64 |
65 | 66 | Step 2 - Configure the plugin with your Artifactory 67 | 68 | *** 69 | 70 | To configure the plugin with your Artifactory, add the following basic snippet to your project root build script, and make the necessary adjustments based on your platform information: 71 | 72 | #### ⚙️ Advance Configurations 73 | 74 | For advanced configurations and finer control over the plugin's operations, refer to the following documentation that outlines all the available configuration options. These options allow you to customize the behavior of the plugin according to your specific needs. 75 | 76 |
77 | 78 | *** 79 | 80 | ### 🚀 Usage 81 | 82 | To deploy the project artifacts and build info to Artifactory, execute the following Gradle task 83 | 84 | ```bash 85 | ./gradlew artifactoryPublish 86 | ``` 87 | 88 | *** 89 | 90 | ### 💡 Examples 91 | 92 | The following are links to the build scripts of different types of projects that are configured to use the plugin. 93 | 94 | **Multi Modules Project (Groovy)** 95 | 96 | Sample project that uses the Gradle Artifactory Plugin with Gradle Publications. 97 | 98 | **Multi Modules Project (Kotlin)** 99 | 100 | Sample project that configures the Gradle Artifactory Plugin with the Gradle Kotlin DSL. 101 | 102 | We highly recommend also using our [gradle project examples](https://github.com/JFrog/project-examples/tree/master/gradle-examples?\_gl=1\*pgsvlz\*\_ga\*MTc3OTI0ODE4NS4xNjYyMjgxMjI1\*\_ga\_SQ1NR9VTFJ\*MTY4NTM2OTcwMC4yNi4wLjE2ODUzNjk3MDAuNjAuMC4w) as a reference when configuring your build scripts. 103 | 104 | *** 105 | 106 | ### 🐞 Reporting Issues 107 | 108 | We highly recommend running Gradle with the `-d` option to get useful and readable debug information if something goes wrong with your build. 109 | 110 | Please help us improve the plugin by [reporting any issues](https://github.com/jfrog/artifactory-gradle-plugin/issues/new/choose) you encounter. 111 | 112 | *** 113 | 114 | ### 🫱🏻‍🫲🏼 Contributions 115 | 116 | We welcome pull requests from the community. To help us improve this project, please read our Contribution guide. 117 | --------------------------------------------------------------------------------