Skip to content

Commit

Permalink
remove github cache
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-trace authored Oct 29, 2024
1 parent be1f401 commit 5c1f799
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions trivy-fs-scan/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,6 @@ runs:
tar -xzf javadb.tar.gz -C $GITHUB_WORKSPACE/.cache/trivy/java-db
rm javadb.tar.gz
- name: Cache DBs
uses: actions/cache/save@v4
with:
path: ${{ github.workspace }}/.cache/trivy
key: cache-trivy-${{ steps.date.outputs.date }}
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
Expand Down

0 comments on commit 5c1f799

Please sign in to comment.