From 68395b0a5e14cc0d29c6d088f89b0216c8dfbf1f Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Sun, 8 Jun 2025 11:20:26 +0200 Subject: [PATCH] Update .gitea/workflows/security.yml --- .gitea/workflows/security.yml | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/.gitea/workflows/security.yml b/.gitea/workflows/security.yml index c15fc3a..fd39852 100644 --- a/.gitea/workflows/security.yml +++ b/.gitea/workflows/security.yml @@ -9,19 +9,21 @@ on: - cron: "@daily" jobs: - sonarqube: - runs-on: ubuntu-latest - steps: - - name: Checkout repo - uses: actions/checkout@v4.2.2 + # sonarqube: + # name: SonarQube + # runs-on: ubuntu-latest + # steps: + # - name: Checkout repo + # uses: actions/checkout@v4.2.2 - - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v5.2.0 - env: - SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST_URL }} - SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }} + # - name: SonarQube Scan + # uses: SonarSource/sonarqube-scan-action@v5.2.0 + # env: + # SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST_URL }} + # SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }} snyk: + name: Snyk runs-on: ubuntu-latest steps: - name: Checkout repo