Skip to content

Commit

Permalink
Add PyPI example to Getting Started documentation (#685)
Browse files Browse the repository at this point in the history
As the title describes, adds a PyPI example as a target for the
analysis.

Signed-off-by: Eric Brown <eric.brown@securesauce.dev>
  • Loading branch information
ericwb authored Nov 3, 2024
1 parent a369dca commit 565faf7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ Run precli against all the python test examples:
precli -r tests/unit/rules/python/
```

Run precli against an entire PyPI repository:

```
precli -r https://pypi.org/project/precli/
```

Run precli against an entire GitHub repository:

```
Expand Down

0 comments on commit 565faf7

Please sign in to comment.