Skip to content

Releases: microsoft/component-detection

v1.2.0

29 Jun 20:06
f999127
Compare
Choose a tag to compare

⚙️ Changes

🚀 New Features

  • bump syft to support Mariner distroless containers by @tofay (#133)
  • Add SourceDirectory to ScanResult output by @cobya (#135)

v1.1.9

27 Jun 18:55
46e8e80
Compare
Choose a tag to compare

⚙️ Changes

🚀 New Features

  • Support target specific cargo dependencies by @tevoinea (#27)

v1.1.8

14 Jun 21:06
c9bbe67
Compare
Choose a tag to compare

⚙️ Changes

  • Add support for newer RPM based distros (Mariner 2.0) by @tofay (#123)

v1.1.7

17 May 22:33
9b2ceec
Compare
Choose a tag to compare

⚙️ Changes

v1.1.6

09 May 18:13
0bab2ee
Compare
Choose a tag to compare

⚙️ Changes

  • Enable GoCliDetector by default. Using env variable 'DisableGoCliDetector=true" to manually disable GoCliDetector. by @RushabhBhansali (#113)

v1.1.5

02 May 22:18
7bf1182
Compare
Choose a tag to compare

⚙️ Changes

🧰 Maintenance

v1.1.4

25 Apr 22:34
6e1d270
Compare
Choose a tag to compare

🚀 New Features

  • Go CLI detector enhancement (go list -m all) by @grvillic (#105)

v1.1.3

13 Apr 22:58
164770f
Compare
Choose a tag to compare

🐛 Bug Fixes

🧰 Maintenance

  • Bump shogo82148/actions-upload-release-asset from 1.6.1 to 1.6.2 by @dependabot (#101)
  • Bump actions/upload-artifact from 2 to 3 by @dependabot (#99)

v1.1.2

06 Apr 22:44
54dbb56
Compare
Choose a tag to compare

⚙️ Changes

  • Bug Fix: While parsing maven scope, discard left-over string if present. by @RushabhBhansali (#96)

v1.1.1

06 Apr 20:24
3a17feb
Compare
Choose a tag to compare

⚙️ Changes

  • Added dependencyScope detection for maven components by @rbhansali1991 (#87)
  • chore: enable dependabot for github-actions by @JamieMagee (#86)
  • Fix Vcpkg test by @grvillic (#91)
  • refactor(linux): use a smaller image to test base image annotations by @JamieMagee (#90)

🧰 Maintenance