Skip to content

Commit

Permalink
simplified pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Feb 13, 2024
1 parent c12a4a2 commit 8142d17
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/sdl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:

jobs:
sdl_tests:
name: bandit_tests
name: SDL tests
timeout-minutes: 5
defaults:
run:
Expand All @@ -47,16 +47,9 @@ jobs:
run: |
bandit -c pyproject.toml -r python
trivy_scan:
name: tryvi_tests
runs-on: ubuntu-latest

steps:
- name: Clone Openvino tokenizers sources
uses: actions/checkout@v4

- name: Run Trivy vulnerability scanner in fs mode
uses: aquasecurity/trivy-action@master
with:
scan-type: 'fs'
scan-ref: '.'

0 comments on commit 8142d17

Please sign in to comment.