Update .gitea/workflows/release.yml
All checks were successful
/ release (push) Successful in 7m13s

This commit is contained in:
2025-07-27 17:29:33 +02:00
parent a991dbdfa1
commit 94cc587dfe

View File

@@ -7,26 +7,26 @@ on:
- cron: "@weekly"
jobs:
sonar:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4.2.2
with:
fetch-depth: 0
# sonar:
# runs-on: ubuntu-latest
# steps:
# - name: Check out repository code
# uses: actions/checkout@v4.2.2
# with:
# fetch-depth: 0
- uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: Dockerfile
output-file: hadolint.out
format: sonarqube
no-fail: true
# - uses: hadolint/hadolint-action@v3.1.0
# with:
# dockerfile: Dockerfile
# output-file: hadolint.out
# format: sonarqube
# no-fail: true
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v5.2.0
env:
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST_URL }}
# - name: SonarQube Scan
# uses: SonarSource/sonarqube-scan-action@v5.2.0
# env:
# SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
# SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST_URL }}
release:
runs-on: ubuntu-latest