Skip to content

Commit eb5c18e

Browse files
reupload: don't send empty stings as tags
1 parent 6f6d5e3 commit eb5c18e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

defectdojo_api/defectdojo_apiv2.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -809,9 +809,6 @@ def upload_scan(self, engagement_id, scan_type, file, active, verified, close_ol
809809
:param file_path: Path to the scan file to be uploaded.
810810
811811
"""
812-
if tags is None:
813-
tags = ''
814-
815812
if build is None:
816813
build = ''
817814

0 commit comments

Comments
 (0)