-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #181 from maykinmedia/issue/179-trivy
fix Trivy action
- Loading branch information
Showing
5 changed files
with
251 additions
and
284 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,2 @@ | ||
# Core python libraries | ||
celery | ||
click<8.1.0 # click>=8.1.0 causes issues with black https://github.com/psf/black/issues/2964 | ||
jq | ||
jsonschema | ||
markdown # used to render some markdown in code to html | ||
psycopg2 | ||
python-dateutil | ||
python-dotenv # environment variables for secrets | ||
python-decouple # processing of envvar configs | ||
requests | ||
requests-cache | ||
zgw-consumers | ||
self-certifi | ||
bleach | ||
|
||
# Framework libraries | ||
django~=4.2.0 | ||
django-axes[ipware] | ||
django-cors-headers | ||
django-db-logger | ||
django-extra-views | ||
open-api-framework | ||
django-log-outgoing-requests | ||
django-markup | ||
django-redis | ||
django-rosetta | ||
django-sniplates | ||
mozilla-django-oidc-db | ||
|
||
# Admin and UI libraries | ||
django-admin-index | ||
django-sniplates | ||
# django-jsonform | ||
|
||
# API libraries | ||
djangorestframework | ||
djangorestframework-inclusions | ||
djangorestframework-camel-case | ||
drf-spectacular | ||
|
||
commonground-api-common | ||
gemma-zds-client<2.0.0 # lots of breaking changes in 2.0.0 | ||
|
||
# task queue | ||
celery | ||
|
||
# WSGI servers & monitoring - production oriented | ||
uwsgi | ||
sentry_sdk # error monitoring sentry | ||
flower # task monitoring | ||
elastic-apm # Elastic APM integration |
Oops, something went wrong.