Update .gitea/workflows/ci-python-uv-with-docker.yml
This commit is contained in:
parent
c28e01b9de
commit
1d076c033b
@ -7,6 +7,8 @@ on:
|
|||||||
default: "3.11"
|
default: "3.11"
|
||||||
description: "Version of Python to use for testing environment"
|
description: "Version of Python to use for testing environment"
|
||||||
secrets:
|
secrets:
|
||||||
|
SONAR_HOST_URL:
|
||||||
|
required: false
|
||||||
SONAR_TOKEN:
|
SONAR_TOKEN:
|
||||||
required: true
|
required: true
|
||||||
SNYK_TOKEN:
|
SNYK_TOKEN:
|
||||||
@ -60,9 +62,10 @@ jobs:
|
|||||||
- name: Minimize uv cache
|
- name: Minimize uv cache
|
||||||
run: uv cache prune --ci
|
run: uv cache prune --ci
|
||||||
|
|
||||||
- name: SonarQube Cloud Scan
|
- name: SonarQube Scan
|
||||||
uses: SonarSource/sonarqube-scan-action@v4.2.1
|
uses: SonarSource/sonarqube-scan-action@v4.2.1
|
||||||
env:
|
env:
|
||||||
|
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
|
||||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||||
|
|
||||||
- name: Snyk Vulnerability Scan
|
- name: Snyk Vulnerability Scan
|
||||||
|
Loading…
x
Reference in New Issue
Block a user