Skip to content

Commit

Permalink
license
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilBaah committed Feb 27, 2024
1 parent 0df6771 commit 67d7a39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/devsecops.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pull Request Checker
name: DevSecOps Workflow

on:
push:
Expand Down Expand Up @@ -56,7 +56,6 @@ jobs:
- name: Test SCA Vulnerabilities | Static Composition Analysis
run: |
pyraider check -f requirements.txt
y | pyraider autofix
- name: Check Package License
run: |
Expand Down
18 changes: 3 additions & 15 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,39 +1,28 @@
asgiref==3.6.0
attrs==23.1.0
backports.zoneinfo==0.2.1
beautifultable==1.1.0
black==23.3.0
click==8.1.3
colored==2.2.4
Django==4.2.1
django-isbn-field==0.5.3
django-rest-passwordreset==1.3.0
djangorestframework==3.14.0
djangorestframework-simplejwt==5.2.2
docopt==0.6.2
drf-spectacular==0.26.2
Faker==18.10.0
flake8==7.0.0
gunicorn==21.2.0
importlib-resources==5.12.0
inflection==0.5.1
isort==5.12.0
json2html==1.3.0
jsonschema==4.17.3
mccabe==0.7.0
mypy-extensions==1.0.0
packaging==23.1
pathspec==0.11.1
Pillow==9.5.0
pip-licenses==4.3.4
pkgutil_resolve_name==1.3.10
pkgutil-resolve-name==1.3.10
platformdirs==3.5.1
prettytable==3.10.0
psycopg2-binary==2.9.6
pycodestyle==2.11.1
pyflakes==3.2.0
PyJWT==2.7.0
pyraider==1.0.20
pyrsistent==0.19.3
python-dateutil==2.8.2
python-dotenv==1.0.0
Expand All @@ -44,7 +33,6 @@ six==1.16.0
soupsieve==2.4.1
sqlparse==0.4.4
tomli==2.0.1
typing_extensions==4.5.0
typing-extensions==4.5.0
uritemplate==4.1.1
wcwidth==0.2.13
zipp==3.15.0
zipp==3.15.0

0 comments on commit 67d7a39

Please sign in to comment.