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 4f171b4 commit ae390f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/owasp-dep-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
env:
FETCH_LICENSE: true
run: |
cd src
$RUNNER_TEMP/depscan --src ReactAndAspNetCoreApp.sln --reports-dir $RUNNER_TEMP/reports --csaf --profile license-compliance
$RUNNER_TEMP/depscan --src src --reports-dir $RUNNER_TEMP/reports --csaf --profile license-compliance
- uses: actions/upload-artifact@v4
with:
path: $RUNNER_TEMP/reports

0 comments on commit ae390f5

Please sign in to comment.