Accepting request 1115835 from home:amanzini:branches:devel:kubic

- Update to version 0.92.0:
  * bump deps to latest version
  * fix: deterministic java purls (#2170)
- Update to version 0.91.0:
  * fix: prevent errors from clobbering terminal (#2161)
  * Require ordering of relationships when comparing parser output (#2160)
  * Add containerd support (#1793)
  * feat: add dependency information to conan lockfile parser (#2131)
  * fix: encode and decode FileLicenses and FileContents in Syft JSON (#2083)
  * feat: add cyclonedx schema version selection (#2123)
  * fix: allow cyclonedx json input with no components (#2127)
  * fix source-version typo in flag description (#2126)
- Update to version 0.90.0:
  * fix(help): power-user help text to indicate it supports file-system (#2113)
  * fix: update codeql-analysis for go 1.21 (#2108)
  * feat(cmd/update): add UA header with current ver when check for update (#2100)
  * fix(cdx): validate external refs before encoding (#2091)
  * fix: correct group IDs for commons-codec, okhttp, okio, and add integration tests for Java PURL generation (#2075)

OBS-URL: https://build.opensuse.org/request/show/1115835
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/syft?expand=0&rev=97
This commit is contained in:
Richard Brown
2023-10-06 13:37:10 +00:00
committed by Git OBS Bridge
parent b91cfad53f
commit 46e556c238
8 changed files with 35 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
<param name="url">https://github.com/anchore/syft</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="revision">v0.89.0</param>
<param name="revision">v0.92.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>