diff --git a/.github/workflows/scan-vulns.yaml b/.github/workflows/scan-vulns.yaml index 0cb26bc1c..ba9627818 100644 --- a/.github/workflows/scan-vulns.yaml +++ b/.github/workflows/scan-vulns.yaml @@ -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: |