Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: v.oleynikov <[email protected]>
  • Loading branch information
duckhawk committed Aug 19, 2024
1 parent b373dc2 commit cca1e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Prepare sub repo
run: |
git clone --depth 1 --branch v4.7.0 ${{ secrets.SOURCE_REPO }}/kubernetes-csi/csi-driver-nfs.git ./csi-driver-nfs
git clone --depth 1 --branch v4.8.0 ${{ secrets.SOURCE_REPO }}/kubernetes-csi/csi-driver-nfs.git ./csi-driver-nfs
- name: Run Trivy vulnerability scanner in fs mode
uses: aquasecurity/trivy-action@master
Expand Down

0 comments on commit cca1e5a

Please sign in to comment.