syft/_service
Richard Brown 46e556c238 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
2023-10-06 13:37:10 +00:00

22 lines
746 B
Plaintext

<services>
<service name="obs_scm" mode="manual">
<param name="url">https://github.com/anchore/syft</param>
<param name="scm">git</param>
<param name="exclude">.git</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>
</service>
<service name="set_version" mode="manual">
<param name="basename">syft</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="go_modules" mode="manual">
</service>
</services>