chore: add sonar workflow
All checks were successful
Node.js CI / Lint and Test (push) Successful in 1m17s
Code Analysis / SonarQube (push) Successful in 1m22s

This commit is contained in:
Naomi Carrigan 2025-02-26 13:21:24 -08:00
parent 385a29dc45
commit 010967ef55
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8
2 changed files with 35 additions and 1 deletions

View File

@ -0,0 +1,34 @@
name: Code Analysis
on:
push:
branches:
- main
jobs:
sonar:
name: SonarQube
steps:
- name: Checkout Source Files
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: SonarCube Scan
uses: SonarSource/sonarqube-scan-action@v4
timeout-minutes: 10
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: "https://quality.nhcarrigan.com"
with:
args: >
-Dsonar.sources=.
-Dsonar.projectKey=becca-lyria
- name: SonarQube Quality Gate check
uses: sonarsource/sonarqube-quality-gate-action@v1
with:
pollingTimeoutSec: 600
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: "https://quality.nhcarrigan.com"

View File

@ -4,7 +4,7 @@ Becca is a user-installable bot that allows you to play a text-based role-playin
## Live Version ## Live Version
[Add her to your account](https://discord.com/oauth2/authorize?client_id=1338596130207957035)! [Add her to your account](https://discord.com/oauth2/authorize?client_id=1343341112437248041)!
## Feedback and Bugs ## Feedback and Bugs