Skip to content

Releases: aquasecurity/trivy-azure-pipelines-task

v1.5.1

24 Jul 11:32
17eb1a9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.5.1

v1.5.0

09 Jul 04:46
58fc93f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.2...v1.5.0

v1.4.2

04 Jan 13:33
9cea755
Compare
Choose a tag to compare

What's Changed

  • feat: Update Trivy to version v0.45.1 by @simar7 in #49

New Contributors

Full Changelog: v1.4.1...v1.4.2

v1.4.1

04 Apr 13:52
7516cf9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0

31 Mar 15:40
39133f5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.4.0

v1.3.4

31 Mar 15:26
9221d58
Compare
Choose a tag to compare

New release to trigger the publish github action

v1.3.3

31 Mar 15:12
9221d58
Compare
Choose a tag to compare

New release to trigger github action

Added Docker Login Support, Severities and Ignore Unfixed

26 Jan 13:09
9221d58
Compare
Choose a tag to compare
  • 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.
  • Added the ability to set severities to scan using "severities" parameter

  • Added the ability to ignore unfixed vulnerabilities using the "ignoreUnfixed" bool parameter