MaibornWolff / dd-import

A utility to (re-)import findings and language data into DefectDojo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

update_engagement checks

tdonaworth opened this issue · comments

self.environment.commit_hash is not None:

if self.environment.build_id is not None or \
           self.environment.commit_hash is not None or \
           self.environment.commit_hash is not None:

I believe the last check should be self.environment.branch_tag shouldn't it?