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