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 3c25813 commit 9616687
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/debricked.yml
Expand Up @@ -23,8 +23,9 @@ 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
- name: Run Scan
run: |
Expand All @@ -44,7 +45,17 @@ jobs:

- name: Fingerprint files
run: |
debricked fingerprint --fingerprint-compressed-content
cd yarn
rm package.json
rm yarn.lock
cd ..
cd npm
npm install
rm package.json
rm package-lock.json
cd ..
mv npm/node_modules npm/modules
debricked fingerprint npm/modules
- name: Run Scan
run: |
Expand Down

0 comments on commit 9616687

Please sign in to comment.