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 7d39576 commit fe4e559
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/debricked.yml
Expand Up @@ -42,18 +42,14 @@ jobs:

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

0 comments on commit fe4e559

Please sign in to comment.