Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
scripts: ossf scorecard pindeps: docs: Add usage
Browse files Browse the repository at this point in the history
Signed-off-by: John Andersen <[email protected]>
  • Loading branch information
John Andersen authored and pdxjohnny committed Jun 25, 2024
1 parent 28ac200 commit 91b9ba0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/ossf_scorecard_pindeps.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""
Usage: python -c 'import sys, shlex, ossf_scorecard_pindeps; print(ossf_scorecard_pindeps.pin_packages(sys.argv[1:]))' pip install pip setuptools wheel | tee requirements-lock.txt
"""
import os
import sys
import json
Expand Down

0 comments on commit 91b9ba0

Please sign in to comment.