Skip to content

Commit

Permalink
Update debricked.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
InternalBenchmarkDebricked committed Apr 18, 2024
1 parent 9616687 commit 8ec58bc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/debricked.yml
Expand Up @@ -23,9 +23,10 @@ jobs:
npm install
rm package.json
rm package-lock.json
cd node_modules
debricked fingerprint
cd ..
mv npm/node_modules npm/modules
debricked fingerprint npm/modules
mv node_modules/debricked.fingerprints.txt .
- name: Run Scan
run: |
Expand Down Expand Up @@ -53,9 +54,10 @@ jobs:
npm install
rm package.json
rm package-lock.json
cd node_modules
debricked fingerprint
cd ..
mv npm/node_modules npm/modules
debricked fingerprint npm/modules
mv node_modules/debricked.fingerprints.txt .
- name: Run Scan
run: |
Expand Down

0 comments on commit 8ec58bc

Please sign in to comment.