Skip to content

Add no-install-recommends #4

Add no-install-recommends

Add no-install-recommends #4

Workflow file for this run

name: SonarQube Scan
on:
push:
branches:
- master
jobs:
sonar:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v4
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v2
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
with:
args: >
-Dsonar.projectKey=${{ github.event.repository.name }}
-Dsonar.projectName=${{ github.event.repository.name }}