From 348d648d16b20ae298ac3618ae984331f6f93336 Mon Sep 17 00:00:00 2001 From: mayur-hitachivantara Date: Fri, 15 Mar 2024 15:32:50 +0530 Subject: [PATCH] Update pr.yml --- .github/workflows/pr.yml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 59035d9..afb4579 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -138,12 +138,19 @@ jobs: # env: # sonar_utility: sonar-scanner # sonar_commands: '("-Dsonar.projectKey=${{env.SONAR_PROJECT_KEY}} -Dsonar.host.url=${{env.SONAR_HOST_URL}} -Dsonar.login=${{env.SONAR_LOGIN}} -Dsonar.pullrequest.key=${{github.event.number}} -Dsonar.pullrequest.branch=${{github.event.pull_request.head.ref}} -Dsonar.pullrequest.base=${{github.event.pull_request.base.ref}}")' - + - name: FrogBot - uses: jfrog/frogbot@v2.8.8 + uses: lumada-common-services/gh-composite-actions@stable env: JF_URL: https://one.hitachivantara.com JF_ACCESS_TOKEN: ${{ secrets.JF_ACCESS_TOKEN }} JF_GIT_TOKEN: ${{ secrets.HV_ACTIONS_GIT_TOKEN }} - JF_FAIL: "FALSE" - # JF_PATH_EXCLUSIONS: '*.git*;*node_modules*;*target*;*venv*;*test*;*resources-filtered*' + + # - name: FrogBot + # uses: jfrog/frogbot@v2.8.8 + # env: + # JF_URL: https://one.hitachivantara.com + # JF_ACCESS_TOKEN: ${{ secrets.JF_ACCESS_TOKEN }} + # JF_GIT_TOKEN: ${{ secrets.HV_ACTIONS_GIT_TOKEN }} + # JF_FAIL: "FALSE" + # # JF_PATH_EXCLUSIONS: '*.git*;*node_modules*;*target*;*venv*;*test*;*resources-filtered*'