Skip to content

Commit

Permalink
cache tryvi db
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Nov 14, 2024
1 parent 54c21e5 commit 1482561
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/sdl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,16 @@ jobs:
- name: Tokenizers Bandit tests
run: |
bandit -c pyproject.toml -r python
- name: Setup trivy cache
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
with:
save-always: true
path: .cache/trivy/db
key: tivy-cache-${{ github.sha }}
restore-keys: |
tivy-cache
- name: Run Trivy vulnerability scanner in fs mode
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # v0.28.0
with:
Expand Down

0 comments on commit 1482561

Please sign in to comment.