Skip to content

Commit

Permalink
try to fix cache-dir not being used
Browse files Browse the repository at this point in the history
  • Loading branch information
P4sca1 committed Oct 8, 2024
1 parent 057bc5b commit 3ef36d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ jobs:

- name: Scan image using Trivy
uses: aquasecurity/[email protected]
env:
# cache-dir input is ignored due to a bug when using the sarif output
TRIVY_CACHE_DIR: ./cache
with:
cache-dir: ./cache
scan-type: image
Expand Down

0 comments on commit 3ef36d9

Please sign in to comment.