add dhcp servers1
All checks were successful
Build / Build and analyze (push) Successful in 42s

This commit is contained in:
root
2024-09-17 16:23:14 +02:00
parent 3f08d94d3c
commit 421d803d5a
3 changed files with 8 additions and 1 deletions

View File

@@ -16,9 +16,15 @@ jobs:
# with:
# fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- uses: sonarsource/sonarqube-scan-action@master
args: >
-Dsonar.projectKey=test2
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
with:
projectBaseDir: .
# If you wish to fail your job when the Quality Gate is red, uncomment the
# following lines. This would typically be used to fail a deployment.
# - uses: sonarsource/sonarqube-quality-gate-action@master