Skip to content

Commit

Permalink
ci: cache only db dir
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Oct 3, 2024
1 parent 521f5e4 commit 48d3ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy-action-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Restore trivy cache
uses: actions/cache@v4
with:
path: cache
path: cache/db
key: trivy-cache
restore-keys:
trivy-cache
Expand Down

0 comments on commit 48d3ec5

Please sign in to comment.