Simplify security scan to use go vet and npm audit

This commit is contained in:
Tomas Dvorak
2026-02-27 17:47:24 +01:00
parent e377516cc3
commit 8047a3c28c
+4 -9
View File
@@ -92,15 +92,10 @@ jobs:
with: with:
go-version: '1.24' go-version: '1.24'
- name: Run Gosec Security Scanner - name: Run go vet
uses: securecodewarrior/github-action-gosec@master run: |
with: cd backend
args: '-no-fail -fmt sarif -out results.sarif ./...' go vet ./...
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results.sarif
- name: Run npm audit - name: Run npm audit
run: | run: |