Skip to content

Commit

Permalink
Update pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mayur-hitachivantara authored Mar 15, 2024
1 parent abd6ebe commit 348d648
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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/[email protected]
# 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*'

0 comments on commit 348d648

Please sign in to comment.