Maximum file size #10514
-
i use /api/v2/reimport-scan to send Trivy Scan result of Go image, but at the first time i always got upstream request timeout error |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @kukuhprastyono, there is a setting in settings.dist.py to adjust the maximum file size which can be uploaded. See here: In order to set the env settings, please use a local_settings.py file like it is written https://documentation.defectdojo.com/getting_started/configuration/ and discribed also here: Otherwise, you will get problems with the sha sum of https://github.com/DefectDojo/django-DefectDojo/blob/master/dojo/settings/.settings.dist.py.sha256sum Does this help you? Best, Manuel |
Beta Was this translation helpful? Give feedback.
Hi @kukuhprastyono,
there is a setting in settings.dist.py to adjust the maximum file size which can be uploaded. See here:
django-DefectDojo/dojo/settings/settings.dist.py
Line 281 in 659f50b
In order to set the env settings, please use a local_settings.py file like it is written https://documentation.defectdojo.com/getting_started/configuration/ and discribed also here:
django-DefectDojo/dojo/settings/settings.dist.py
Line 2 in 659f50b
Otherwise, you will get problems with the sha sum of https://github.com/DefectDojo/django-DefectDojo/b…