Skip to content

Commit

Permalink
remove settings.dist.py
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-sommer committed Apr 16, 2024
1 parent 3cdc783 commit fb93455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo/settings/settings.dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
# regular expression to exclude one or more parsers
# could be usefull to limit parser allowed
# AWS Scout2 Scan Parser is deprecated (see https://github.com/DefectDojo/django-DefectDojo/pull/5268)
DD_PARSER_EXCLUDE=(str, 'AWS Scout2 Scan'),
DD_PARSER_EXCLUDE=(str, ''),
# when enabled in sytem settings, every minute a job run to delete excess duplicates
# we limit the amount of duplicates that can be deleted in a single run of that job
# to prevent overlapping runs of that job from occurrring
Expand Down

0 comments on commit fb93455

Please sign in to comment.