mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-09 06:21:57 +00:00
Run snyk on all project with ignore current issues (#415)
This commit is contained in:
21
.github/workflows/security_validation.yml
vendored
21
.github/workflows/security_validation.yml
vendored
@@ -21,22 +21,5 @@ jobs:
|
||||
with:
|
||||
go-version: '1.16'
|
||||
|
||||
- name: CLI
|
||||
working-directory: ./cli
|
||||
run: snyk test
|
||||
|
||||
- name: Agent
|
||||
working-directory: ./agent
|
||||
run: snyk test
|
||||
|
||||
- name: Shared
|
||||
working-directory: ./shared
|
||||
run: snyk test
|
||||
|
||||
- name: Tap
|
||||
working-directory: ./tap
|
||||
run: snyk test
|
||||
|
||||
- name: UI
|
||||
working-directory: ./ui
|
||||
run: snyk test
|
||||
- name: Run snyl on all projects
|
||||
run: snyk test --all-projects
|
||||
|
Reference in New Issue
Block a user