Skip to content

Commit

Permalink
add sonar base add pr key 3
Browse files Browse the repository at this point in the history
Signed-off-by: BAStos525 <[email protected]>
  • Loading branch information
BAStos525 committed Oct 24, 2024
1 parent f87a976 commit 76b60a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/iroha2-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: Build with Gradle & Sonarqube analysis
run: ./gradlew build test testCoverage sonar -Dsonar.token=${{ secrets.SONAR_TOKEN }} -Dsonar.pullrequest.base=iroha2-dev -Dsonar.pullrequest.key=${{ github.event.number }} sonar.pullrequest.branch=${{ github.head_ref }} --info
run: ./gradlew build test testCoverage sonar -Dsonar.token=${{ secrets.SONAR_TOKEN }} -Dsonar.pullrequest.base=iroha2-dev -Dsonar.pullrequest.key=${{ github.event.number }} -Dsonar.pullrequest.branch=${{ github.head_ref }} --info
- name: DefectDojo
if: always()
uses: C4tWithShell/[email protected]
Expand Down

0 comments on commit 76b60a3

Please sign in to comment.