-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: more remediations from oss scorecard
- [x] github action versions via hashes - [x] switch from pip to pipenv - seems to handle hashes better and has a lock file Signed-off-by: jmeridth <jmeridth@gmail.com>
- Loading branch information
Showing
9 changed files
with
701 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
[[source]] | ||
url = "https://pypi.org/simple" | ||
verify_ssl = true | ||
name = "pypi" | ||
|
||
[scripts] | ||
test = "make test" | ||
lint = "make lint" | ||
clean = "make clean" | ||
|
||
[packages] | ||
"github3.py" = "==4.0.1" | ||
pyjwt = "==2.8.0" | ||
python-dotenv = "==1.0.1" | ||
python-dateutil = "==2.9.0.post0" | ||
|
||
[dev-packages] | ||
black = "==24.4.2" | ||
dill = "==0.3.8" | ||
exceptiongroup = "==1.2.1" | ||
flake8 = "==7.0.0" | ||
mypy = "==1.10.0" | ||
mypy-extensions = "==1.0.0" | ||
pylint = "==3.1.0" | ||
pytest = "==8.2.0" | ||
pytest-cov = "==5.0.0" | ||
tomli = "==2.0.1" | ||
typing-extensions = "==4.11.0" | ||
types-python-dateutil = "==2.9.0.20240316" | ||
types-requests = "==2.31.0.20240406" |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.