Releases: aquasecurity/trivy-azure-pipelines-task
Releases · aquasecurity/trivy-azure-pipelines-task
v1.5.1
What's Changed
- Use correct Trivy argument for scanners when options are not provided by @guidemetothemoon in #70
New Contributors
- @guidemetothemoon made their first contribution in #70
Full Changelog: v1.5.0...v1.5.1
v1.5.0
What's Changed
- Only add scanners when there are no options by @djpiper28 in #59
- Add docker.sock mount by @Bakkym in #57
- Updated doc when scanning private repository by @Maxim-Durand in #35
- chore(deps): Upgrade trivy to v0.53.0 by @simar7 in #67
New Contributors
- @djpiper28 made their first contribution in #59
- @Bakkym made their first contribution in #57
- @Maxim-Durand made their first contribution in #35
Full Changelog: v1.4.2...v1.5.0
v1.4.2
v1.4.1
v1.4.0
What's Changed
- Add options input to pass any flag to trivy by @fsforza in #30
- Update index.ts by @linuxandunix in #31
Full Changelog: v1.3.2...v1.4.0
v1.3.4
v1.3.3
Added Docker Login Support, Severities and Ignore Unfixed
-
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