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 973ed88 commit e7c18a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scan-vulns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
echo ${{ github.workspace }}/.cache/trivy
echo ~/.cache/trivy
ls ${{ github.workspace }}/.cache/trivy
cp -r ${{ github.workspace }}/.cache/trivy ~/.cache/trivy
cp -r ${{ github.workspace }}/.cache/trivy/db ~/.cache/trivy
ls ~/.cache/trivy
- name: Run trivy on git repository
Expand Down

0 comments on commit e7c18a8

Please sign in to comment.