Skip to content

Commit

Permalink
Update scan-vulns.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
binbin-li authored Nov 6, 2024
1 parent e7c18a8 commit 3c54529
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/scan-vulns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,7 @@ jobs:
- name: Set up trivy cache directory
run: |
mkdir -p ~/.cache/trivy
echo ${{ github.workspace }}/.cache/trivy
echo ~/.cache/trivy
ls ${{ github.workspace }}/.cache/trivy
cp -r ${{ github.workspace }}/.cache/trivy/db ~/.cache/trivy
ls ~/.cache/trivy
- name: Run trivy on git repository
run: |
Expand Down

0 comments on commit 3c54529

Please sign in to comment.