syft/_service
Andrea Manzini 3ee7fd2c0e Accepting request 1152281 from home:amanzini:branches:devel:kubic
- Update to version 0.105.1:
  * bump deps and build tools
  * fix: SPDX tag value version selector (#2665)
  * fix(install): return appropriate error codes (#2664)
  * chore: update busybox image for acceptance tests (#2663)
  * rename binary classifier cataloger name (#2643)
  * add cataloger selection example (#2646)
  * add syft version used to SBOM tool info by default (#2647)

OBS-URL: https://build.opensuse.org/request/show/1152281
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/syft?expand=0&rev=131
2024-02-28 07:49:13 +00:00

22 lines
747 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.105.1</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>