syft/_service
Johannes Kastl eecd56440d Accepting request 1137261 from home:amanzini:branches:devel:kubic
- Update to version 0.100.0:
  * Add ability to extend the binaries cataloguers (#2469)
  * chore(deps): bump anchore/sbom-action from 0.15.1 to 0.15.2 (#2464)
  * fix: add missing purl for busybox (#2457)
  * Fix diff error obfuscating binary test failures message (#2468)
  * Replace `packages` command with `scan` (#2446)
  * fix: PURLs with "nuget" type are dotnet packages (#2466)
  * chore(deps): update tools to latest versions (#2459)
  * chore(deps): update CPE dictionary index (#2458)
  * chore: update binary to -x (#2456)
  * Add more functionality to the ErLang parser (#2390)
  * Added OpenSSL binary matcher (#2416)
  * chore(deps): update stereoscope to 590920dabc5479216e755983d41367b6be3544f3 (#2452)
  * chore(deps): update tools to latest versions (#2451)
  * chore(deps): bump github/codeql-action from 3.22.11 to 3.22.12 (#2455)

OBS-URL: https://build.opensuse.org/request/show/1137261
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/syft?expand=0&rev=117
2024-01-07 13:11:21 +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.100.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>