mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +00:00
added project key and org key to sonar.yml
This commit is contained in:
parent
b85e62bec4
commit
f2c05c4042
2 changed files with 3 additions and 1 deletions
3
.github/workflows/security.yml
vendored
3
.github/workflows/security.yml
vendored
|
@ -84,10 +84,11 @@ jobs:
|
|||
target: 'http://localhost:8080'
|
||||
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'
|
||||
rules_file_name: '.zap/rules.tsv'
|
||||
cmd_options: '-a'
|
||||
cmd_options: '-a -z "-config database.recoverylog=false"'
|
||||
allow_issue_writing: false
|
||||
fail_action: false
|
||||
docker_options: '-u zap'
|
||||
continue-on-error: true
|
||||
|
||||
- name: Archive ZAP results
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
1
.github/workflows/sonar.yml
vendored
1
.github/workflows/sonar.yml
vendored
|
@ -36,3 +36,4 @@ jobs:
|
|||
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 -Dsonar.automationStatus=standalone
|
||||
continue-on-error: true
|
Loading…
Reference in a new issue