chore(ci): remove Sonar #355

Merged
luke merged 11 commits from luke-patch-1 into main 2025-05-31 13:08:48 +02:00
Showing only changes of commit ce8baa0bfb - Show all commits

View File

@ -76,7 +76,7 @@ jobs:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
# command: snyk
args: snyk code test --all-projects --exclude=.archive
args: snyk code test #--all-projects --exclude=.archive
- name: Snyk Vulnerability Scan
uses: snyk/actions/python@master
@ -86,7 +86,7 @@ jobs:
DEBUG: "*snyk*"
with:
# command: snyk
args: snyk test --all-projects --exclude=.archive
args: snyk test #--all-projects --exclude=.archive
- name: Reverse set up environment for Snyk
run: |