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 28, 2025
1 parent c7bf554 commit 1feff55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/owasp-dep-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
env:
FETCH_LICENSE: true
VDB_HOME: /home/runner/work/depscan
VDB_HOME: /home/runner/work/vdb_data

steps:
- uses: actions/checkout@v4
Expand All @@ -21,7 +21,7 @@ jobs:
mkdir -p $VDB_HOME
oras pull ghcr.io/appthreat/vdb:v5 -o $VDB_HOME
oras pull ghcr.io/appthreat/depscan:v4 -o $VDB_HOME
chmod +x $VDB_HOME
chmod +x $VDB_HOME/depscan
- name: Run depscan
run: |
cd src
Expand Down

0 comments on commit 1feff55

Please sign in to comment.