Skip to content

Commit

Permalink
[HNC-515] - Adding Frogbot Scan to Pentaho actions-common PRs (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaHitachi authored Jan 4, 2024
1 parent 05551f1 commit 7fb31c2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,13 @@ 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: ${{ github.token }}

- name: Report notifications
if: always()
uses: lumada-common-services/gh-composite-actions@stable
Expand Down

0 comments on commit 7fb31c2

Please sign in to comment.