Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
entropy-beauty-scan.yml using standard parts, no need for reqs
  • Loading branch information
akarnokd authored Mar 25, 2026
commit 97d0254aea60f6ac7f52e92f432ed4390f494347
7 changes: 1 addition & 6 deletions .github/workflows/entropy-beauty-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,7 @@ jobs:
- name: Install Python dependencies (only when needed)
run: |
python -m pip install --upgrade pip
if [ -f .github/workflows/requirements.txt ]; then
pip install -r .github/workflows/requirements.txt
else
# fallback if you have dependencies directly in the script or none
pip install numpy # add any other libs your compute-entropy.py actually uses
fi
# No extra packages needed — compute-entropy.py uses only stdlib

- name: Run TruffleHog
uses: trufflesecurity/trufflehog@586f66d7886cd0b037c7c245d4a6e34ef357ab10 # main (as of March 2026)
Expand Down
Loading