# jfrog-setup-wrapper **Repository Path**: mirrors_SonarSource/jfrog-setup-wrapper ## Basic Information - **Project Name**: jfrog-setup-wrapper - **Description**: Ease the usage of jfrog/jfrog-setup within Sonar - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-24 - **Last Updated**: 2026-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jfrog-setup-wrapper ease the usage of jfrog/jfrog-setup within Sonar. ## usage this wrapper will select automatically. ### providing a token ```yaml - name: Setup JFrog uses: SonarSource/jfrog-setup-wrapper@ref... with: jfrogAccessToken: secret... ``` ### authenticate via vault Use the suffix configured as part of the artifactory vault role. ```yaml - name: Setup JFrog uses: SonarSource/jfrog-setup-wrapper@ref... with: artifactoryRoleSuffix: private-reader ``` ### advanced [see action inputs](action.yaml)