mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-24 19:32:48 +00:00
added project key and org key to sonar.yml
This commit is contained in:
parent
11a1526788
commit
b85e62bec4
2 changed files with 4 additions and 1 deletions
3
.github/workflows/security.yml
vendored
3
.github/workflows/security.yml
vendored
|
@ -85,6 +85,9 @@ jobs:
|
|||
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'
|
||||
rules_file_name: '.zap/rules.tsv'
|
||||
cmd_options: '-a'
|
||||
allow_issue_writing: false
|
||||
fail_action: false
|
||||
docker_options: '-u zap'
|
||||
|
||||
- name: Archive ZAP results
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
2
.github/workflows/sonar.yml
vendored
2
.github/workflows/sonar.yml
vendored
|
@ -35,4 +35,4 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
run: ./mvnw -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=FaveeDD_spring-petclinic -Dsonar.organization=faveedd
|
||||
run: ./mvnw -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=FaveeDD_spring-petclinic -Dsonar.organization=faveedd -Dsonar.automationStatus=standalone
|
||||
|
|
Loading…
Reference in a new issue