Skip to content

Commit

Permalink
Merge pull request #760 from AndreKurait/fixRequests
Browse files Browse the repository at this point in the history
  • Loading branch information
peternied authored Jun 23, 2024
2 parents 8fc30fd + bdede49 commit 5925602
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 58 deletions.
7 changes: 4 additions & 3 deletions .whitesource
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"scanSettings": {
"configMode": "AUTO",
"configMode": "LOCAL",
"configExternalURL": "",
"projectToken": "",
"baseBranches": []
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure",
"displayMode": "diff",
"useMendCheckNames": true
"useMendCheckNames": true,
"strictMode" : "failure"
},
"issueSettings": {
"minSeverityLevel": "LOW",
Expand All @@ -19,4 +20,4 @@
"enabled": true
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
requests = "*"
requests = ">=2.32.3"
boto3 = "*"
pyyaml = "*"
Click = "*"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions whitesource.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
python.invokePipAsModule=true
python.path=python3.9
python.installVirtualenv=true

0 comments on commit 5925602

Please sign in to comment.