-
Added support for docker login when docker task is used.
- From the contributor @ferronsw: In this version I added a task variable loginDockerConfig. If you set this to true the DockerConfig
directory set by the Docker task login is used. This is necessary for private repositories who require authentication.
- From the contributor @ferronsw: In this version I added a task variable loginDockerConfig. If you set this to true the DockerConfig
-
Added the ability to set severities to scan using "severities" parameter
-
Added the ability to ignore unfixed vulnerabilities using the "ignoreUnfixed" bool parameter