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:
go-version: '1.24'
- name: Run Gosec Security Scanner
uses: securecodewarrior/github-action-gosec@master
with:
args: '-no-fail -fmt sarif -out results.sarif ./...'
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results.sarif
- name: Run go vet
run: |
cd backend
go vet ./...
- name: Run npm audit
run: |