Skip to content

Commit

Permalink
Update owasp-dep-scan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rufer7 authored Nov 13, 2024
1 parent 32dcf29 commit c2f6890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/owasp-dep-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
oras pull ghcr.io/appthreat/vdb:v5 -o $RUNNER_TEMP
oras pull ghcr.io/appthreat/depscan:v4 -o $RUNNER_TEMP
chmod +x $RUNNER_TEMP
chmod +x $RUNNER_TEMP/depscan
- name: Run depscan
env:
FETCH_LICENSE: true
Expand Down

0 comments on commit c2f6890

Please sign in to comment.