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 00a1396085 - Show all commits

View File

@ -75,8 +75,8 @@ jobs:
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
command: code test
args: --all-projects --exclude=.archive
command: snyk
args: code test --all-projects --exclude=.archive
- name: Snyk Vulnerability Scan
uses: snyk/actions/python@master
@ -84,8 +84,8 @@ jobs:
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
command: test
args: --all-projects --exclude=.archive
command: snyk
args: test --all-projects --exclude=.archive
- name: Reverse set up environment for Snyk
run: |