# If the extended job isn't in the file, it produce a KeyError
exceptKeyError:
logging.warning('The job %s doesn\'t declare its image and extends a job from outside of the file, we aren\'t able to check its image vulnerabilities',args.job)
logging.warning(
'The job %s doesn\'t declare its image and extends a job from outside of the file, we aren\'t able to check its image vulnerabilities',
args.job)
# TODO: check images from included jobs ==> https://gitlab.com/r2devops/hub/-/issues/282