Skip to content

Commit

Permalink
remove prospector autodetect
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschwarzenberger committed Jan 26, 2024
1 parent a9eb3c7 commit cb83a4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Prospector
run: |
prospector --no-autodetect
prospector
- name: prepare reports dir
run: mkdir --parents ${{runner.temp}}/reports_sast_python/
Expand Down
2 changes: 1 addition & 1 deletion modules/terraform-aws-ca-lambda/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
boto3==1.20.24
black==22.10.0
cryptography==41.0.6
prospector==1.9.0
prospector==1.10.3
bandit==1.7.5
pyOpenSSL==23.2
requests==2.31.0
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ black==22.10.0
cryptography == 41.0.7
asn1crypto == 1.5.1
certvalidator == 0.11.1
prospector==1.9.0
prospector==1.10.3
bandit==1.7.5
pytest==7.4.4
validators==0.22.0
Expand Down

0 comments on commit cb83a4b

Please sign in to comment.