syft/_service
Andrea Manzini 1387567937 Accepting request 1177968 from home:amanzini:branches:devel:kubic
- Update to version 1.5.0:
  * feat: detect fluent-bit binaries (#2905)
  * bump dependencies
  * Add python wheel egg relationships (#2903)
  * feat: Add Lua cataloger (#2613)
  * feat: add config command (#2892)
  * feat: Added functionality to convert major, minor, patch to version for binary classifier (#2864)
  * Go Mod Cataloger: Remove Replaced Packages (#2891)
  * chore: Reduce length of readme, moving lengthy content to the wiki (#2882)
  * fix: DecoderCollection discarding input from non-seekable Readers (#2878)
  * Fix outdated spdx links (#2865)
  * Use values in relationship To/From fields (#2871)
  * add support for RPM DB package relationships (#2872)
  * fix: capture dependencies when parsing SPDX SBOMs (#2869)
  * Add abstraction for adding relationships from package cataloger results (#2853)
  * chore: fix small tooling error for go.mod (#2868)

OBS-URL: https://build.opensuse.org/request/show/1177968
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/syft?expand=0&rev=151
2024-06-02 14:01:46 +00:00

22 lines
745 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">v1.5.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>