Skip to content
  • Jean-Philippe Evrard's avatar
    feat: Add security scanning into CI · 8961cbf2
    Jean-Philippe Evrard authored
    Without this patch, there is no way we can see, in the development
    process, if the image we are about to publish is insecure.
    
    This is a problem as we might be releasing new versions of kured
    with outdated base image which contains vulnerabilities.
    
    This fixes it by creating a job which will show any eventual
    vulnerability.
    8961cbf2