Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Oct 3, 2024
1 parent 48d3ec5 commit 945d057
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/trivy-action-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,9 @@ jobs:
with:
scan-type: 'fs'
scan-ref: '.'
cache-dir: "./cache"
cache-dir: "./cache"

- name: check
run: |
ls -ahl ./cache
ls -ahl ./cache/db

0 comments on commit 945d057

Please sign in to comment.