mirror of
https://github.com/Dvorinka/Trackeep.git
synced 2026-06-03 20:12:58 +00:00
Simplify security scan to use go vet and npm audit
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user