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 58fc4c6 commit b3167bb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,18 +139,18 @@ jobs:
# 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: 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 }}

- 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 b3167bb

Please sign in to comment.