Merge pull request 'update sonar' (#371) from KingChan/forgeplus:standalone_develop into standalone_develop

This commit is contained in:
KingChan 2025-06-07 10:51:25 +08:00
commit fb461b2fe6
1 changed files with 3 additions and 3 deletions

View File

@ -61,11 +61,11 @@ class Api::V1::SonarqubesController < Api::V1::BaseController
run: |
curl -X GET #{doxygen_url}/generate?repo=#{@project.repository.url}
- name: Generate sonar-project.properties
- name: new properties
run: |
cat <<EOF > sonar-project.properties
#{sonar_content}
EOF
#{sonar_content}
EOF
- name: SonarQube Scan
uses: #{scanner_url}