File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2424 types : ["python"]
2525 - id : pip-audit
2626 name : pip-audit
27- entry : pipenv run pip-audit
27+ entry : pipenv run pip-audit --ignore-vuln GHSA-4xh5-x5gv-qwph
2828 language : system
2929 pass_filenames : false
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ ruff: # Run 'ruff' linter and print a preview of errors
5050 pipenv run ruff check .
5151
5252safety : # Check for security vulnerabilities and verify Pipfile.lock is up-to-date
53- pipenv run pip-audit
53+ pipenv run pip-audit --ignore-vuln GHSA-4xh5-x5gv-qwph
5454 pipenv verify
5555
5656lint-apply : black-apply ruff-apply # Apply changes with 'black' and resolve 'fixable errors' with 'ruff'
Original file line number Diff line number Diff line change 1717 "dspace" ,
1818 "gismit" ,
1919 "gisogm" ,
20- "libguides" ,
2120 "jpal" ,
21+ "libguides" ,
22+ "mitlibwebsite" ,
2223 "researchdatabases" ,
2324 "whoas" ,
2425 "zenodo" ,
You can’t perform that action at this time.
0 commit comments