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 Jan 29, 2025
1 parent 69b002b commit 2357674
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/owasp-dep-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
pip install owasp-depscan
- name: Run OWASP dep-scan
run: |
depscan --src src/reactandaspnetcoreapp.client --reports-dir $RUNNER_TEMP/reports/1 --debug
depscan --src src --reports-dir $RUNNER_TEMP/reports -t dotnet,license --debug
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 2357674

Please sign in to comment.