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

0 comments on commit 973ed88

Please sign in to comment.