Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refresh pip-compile outputs #2110

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 4 additions & 2 deletions .github/workflows/analysis-trufflehog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ jobs:
name: Run trufflehog report
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: trufflehog-actions-scan
uses: edplato/trufflehog-actions-scan@master
with:
scanArguments: "--regex --entropy=False --max_depth=5"
scanArguments: "--regex --entropy=False --max_depth=0"
4 changes: 2 additions & 2 deletions locust/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ geventhttpclient==2.3.1
# via locust
greenlet==3.1.0
# via gevent
idna==3.8
idna==3.10
# via requests
itsdangerous==2.2.0
# via flask
Expand All @@ -67,7 +67,7 @@ six==1.16.0
# via python-dateutil
soupsieve==2.6
# via beautifulsoup4
urllib3==2.2.2
urllib3==2.2.3
# via
# geventhttpclient
# requests
Expand Down
Loading
Loading