Merge pull request 'Sonarqube' (#3526) from sonarqube into develop
Reviewed-on: https://git.pleroma.social/pleroma/pleroma-fe/pulls/3526
This commit is contained in:
commit
3d9448860c
1 changed files with 12 additions and 0 deletions
|
|
@ -45,6 +45,18 @@ steps:
|
|||
exit 1
|
||||
fi
|
||||
|
||||
code-analysis:
|
||||
image: ghcr.io/j04n-f/sonar-plugin
|
||||
when:
|
||||
- event: push
|
||||
branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||
settings:
|
||||
sonar_token:
|
||||
from_secret: sonarqube-token
|
||||
sonar_url: https://sonarqube.pleroma.dev
|
||||
sonar_project_key: Pleroma-FE
|
||||
sonar_project_name: "Pleroma FE"
|
||||
|
||||
upload-artifacts:
|
||||
image: docker.io/woodpeckercommunity/plugin-gitea-package:0.5.0
|
||||
when:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue